On Sat, 23 Jul 2011 01:55:56 +0300, maarten van damme <[email protected]> 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:[email protected]

Reply via email to