HEXTODEC
Returns a decimal number from a hexadecimal value.
Last updated
Returns a decimal number from a hexadecimal value.
Last updated
HEXTODEC(hexValue)
hexValue - the hexadecimal value which should be converted to a decimal number - Value type: text
The function returns the decimal representation of hexValue, as value type number.
A negative hexValue returns a negative decimal number.
Examples
Example 1 - HEXTODEC of a single value:
Example 2 - HEXTODEC for a range of values: