Hi to all
VB.NET function Hex() converts numbers to hexadecimal strings, is there any reverse function that converts hexadecimals back to numbers??
Thanks, ****
![]() |
0 |
![]() |
Hi, how are you?
In C#, we have something like:
Convert.ToInt32(string strValue, int Base)...
So I basically can do:
Int iDecimal = Convert.ToInt32("AF8", 16);
I'm pretty sure there must be something like it on VB.Net.
Hope this Helps,
Covo
http://covodev.blogspot.com/
"Everything should be made as simple as possible, but not simpler", A. Einstein
![]() |
0 |
![]() |
That should work, thanks.
I'm fine, BTW:-)
![]() |
0 |
![]() |