DECTOHEX
Returns the hexidecimal representation of a number.
Last updated
Returns the hexidecimal representation of a number.
Last updated
DECTOHEX(decValue)
decValue - the decimal value which should be converted to a hexadecimal value - Value type: number
The function returns the hexidecimal representation of decValue, as a text in lower letters (like “ffaa88”)
Decimal places of decValue are ignored.
A negative decValue returns a negative hexadecimal value.
Examples
Example 1 - DECTOHEX of a single value:
Example 2 - DECTOHEX for a range of values: