ooops, didn't knew I had been posting in the wrong newsgroup, sorry guys :)<br><br><div class="gmail_quote">2011/7/23 Vladimir Panteleev <span dir="ltr"><<a href="mailto:vladimir@thecybershadow.net">vladimir@thecybershadow.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Sat, 23 Jul 2011 01:55:56 +0300, maarten van damme <<a href="mailto:maartenvd1994@gmail.com" target="_blank">maartenvd1994@gmail.com</a>> wrote:<br>

<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In my new project I read some memory from another running program.<br>
The problem is that I get the value I want in hexadecimal and in d I could<br>
only find how to convert decimal to hexadecimal while the reverse seems to<br>
be missing. Is there a method for this?<br>
</blockquote>
<br></div></div>
int value = parse!int(hexValue, 16);<br>
<br>
You may find the newsgroup digitalmars.D.learn more appropriate for such questions :)<br><font color="#888888">
<br>
-- <br>
Best regards,<br>
 Vladimir                            mailto:<a href="mailto:vladimir@thecybershadow.net" target="_blank">vladimir@<u></u>thecybershadow.net</a><br>
</font></blockquote></div><br>