Converts a Hex number as text to a Decimal number.
hex2dec( value, … )
value: (Text) Hex value as text to convert, such as A5
.
Integer
Invalid digits for a value parameter, including signs, are ignored.
You can experiment with this function in the test box below.
Test Input
hex2dec(10)
returns 16
On This Page