Free cookie consent management tool by TermsFeed bin2dec() Function
bin2dec() Function

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

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Partially compatible

Can be used with Appian Portals if it is connected using an integration and web API.

Offline Mobile Partially compatible

Can be used with offline mobile if it is loaded at the top of the form.

Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Thu, Apr 18, 2024 (09:37:34 PM)

bin2dec() Function

FEEDBACK