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

bin2dec( value )

Converts a Binary number as text to a Decimal number.

Parameters

Keyword Type Description

value

Text

Binary value as text to convert, such as 1100100.

Returns

Integer

Usage considerations

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

Examples

bin2dec(10000) returns 16

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

bin2dec() Function

FEEDBACK