HexToDec function
Numerical conversion routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function HexToDec(Value: String): LongInt;  

Description
The HexToDec function converts hexadecimal string value (aValue parameter) to decimal integer value (Result).  
 
For example, result of HexToDec('1E240') will be 123456.  

See also
DecToHex, DecToBin and BinToDec functions.