hex2dec() Function

Converts a Hex number as text to a Decimal number.

Syntax

hex2dec( value, … )

value: (Text) Hex value as text to convert, such as A5.

Returns

Integer

Notes

Invalid digits for a value parameter, including signs, are ignored.

Examples

hex2dec(10) returns 16

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK