hexadecimal to decimal

Vladimir Panteleev vladimir at thecybershadow.net
Fri Jul 22 19:35:42 PDT 2011


On Sat, 23 Jul 2011 01:55:56 +0300, maarten van damme  
<maartenvd1994 at gmail.com> wrote:

> In my new project I read some memory from another running program.
> The problem is that I get the value I want in hexadecimal and in d I  
> could
> only find how to convert decimal to hexadecimal while the reverse seems  
> to
> be missing. Is there a method for this?

int value = parse!int(hexValue, 16);

You may find the newsgroup digitalmars.D.learn more appropriate for such  
questions :)

-- 
Best regards,
  Vladimir                            mailto:vladimir at thecybershadow.net


More information about the Digitalmars-d mailing list