DecToHex function
Numerical conversion routines |
![]() ![]() ![]() |
acUtils
|
function DecToHex(Value: LongInt): String;
|
The DecToHex function converts decimal integer value (aValue parameter) to hexadecimal string value (Result).
|
|
For example, result of DecToHex(123456) will be '1E240'.
|
HexToDec, DecToBin and BinToDec functions.
|