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

Function

bin2hex( value, place )

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

Parameters

Keyword Type Description

value

Text

Binary value as text to convert, such as 1100100.

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

bin2hex(1100100) returns 64

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: Tue, Apr 16, 2024 (02:43:45 PM)

bin2hex() Function

FEEDBACK