Free cookie consent management tool by TermsFeed hex2bin() Function
hex2bin() 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

hex2bin( value, place )

Converts a Hex number as text to a Binary number as text.

Parameters

Keyword Type Description

value

Text

Hex value as text to convert, such as A5.

place

Number

The number of places to return.

Returns

Text

Usage considerations

Using the value parameter

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

Using the place parameter

The default value for place is however many places are necessary to represent the number.

Examples

hex2bin(64) returns 1100100

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

hex2bin() Function

FEEDBACK