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

Function

dec2bin( value, place )

Converts a Decimal number to a Binary number as text.

Parameters

Keyword Type Description

value

Text

Decimal value to convert, such as 123.

place

Number

The number of places to return.

Returns

Text

Usage considerations

Using the value parameter

Negative number values for value are handled using the 2's complement method.

Using the place parameter

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

Examples

dec2bin(16) returns 10000

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: Fri, Feb 23, 2024 (09:12:49 PM)

dec2bin() Function

FEEDBACK