[Tutor] hex to decimal conversion.

alan.gauld@bt.com alan.gauld@bt.com
Fri Nov 15 13:49:27 2002


> can anyone tell me how to convert from hexidecimal to decimal??

look at the string.atoi() function.

Assuming you are starting with a hex string!

Alan G