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

Declaration
function DecToHex(Value: LongInt): String;  

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

See also
HexToDec, DecToBin and BinToDec functions.