hex2dec
Converts a hexadecimal number to decimal
Format
TV::hex2dec number
Arguments
number
A hexadecimal number to convert.
Description
TheTV::hex2deccommand converts a hexadecimal number to decimal. You can type 0x before this value. The CLI correctly manipulates 64-bit values, regardless of the size of a long value.
Related Topics