HEXTODEC

Returns a decimal number from a hexadecimal value.

Syntax

HEXTODEC(hexValue)

  1. hexValue - the hexadecimal value which should be converted to a decimal number - Value type: text

Remarks

  1. The function returns the decimal representation of hexValue, as value type number.

  2. A negative hexValue returns a negative decimal number.

Examples

Example 1 - HEXTODEC of a single value:

Example 2 - HEXTODEC for a range of values:

Last updated