convert/hex
Calling Sequence
Parameters
Description
Examples
convert(n, 'hex')
convert(n, 'hexadecimal')
n
-
nonnegint; number to be converted
The convert(n, 'hex') command converts the non-negative integer n to a symbol representing the corresponding hexadecimal number. The convert(n, 'hexadecimal`) command is synonymous with convert(n, 'hex').
The returned value is a symbol consisting of the characters 0 through 9 and A through F.
convert⁡123456,hex
1E240
convert⁡100,hexadecimal
64
See Also
convert
convert/base
convert/binary
convert/bytes
convert/decimal
convert/octal
Download Help Document