dec2hex
Converts a decimal number into hexadecimal
Format
TV::dec2hexnumber
Arguments
number
A decimal number to convert.
Description
The TV::dec2hex command converts a decimal number into hexadecimal. This command correctly manipulates 64-bit values, regardless of the size of a long value on the host system.
Related Topics