read Hexadecimal value from string

Gilles G. schaouette at free.fr
Tue Jul 17 06:45:33 PDT 2007


Hello,
I try to read hexadecimal values from a file.
I tryed to use toInt, for example:
auto i = toInt("C");
but this doesn't work.
What is the method to read hexadecimal value?

Thanks.


More information about the Digitalmars-d-learn mailing list