Free cookie consent management tool by TermsFeed hex2dec() Function
hex2dec() Function
This function can only be used with Offline Mobile if it is loaded at the top of the form.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

hex2dec( value )

Converts a Hex number as text to a Decimal number.

Parameters

Keyword Type Description

value

Text

Hex value as text to convert, such as A5.

Returns

Integer

Usage considerations

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

Examples

hex2dec(10) returns 16

Open in Github Built: Thu, Sep 21, 2023 (07:34:01 PM)

hex2dec() Function

FEEDBACK