This is the best I could do, can it be improved still?
int i = to!int(parse!float("0x1ap0"));
std.conv does not support conversion from a hexadecimal string to an
integer. Is there a technical reason for this limitation?
- Hexadecimal string to integer Stijn Herreman
- Re: Hexadecimal string to integer Johann MacDonagh
- Re: Hexadecimal string to integer Stijn Herreman
- Re: Hexadecimal string to integer Kai Meyer
