dec2hex( value, place )
Converts a Decimal number to a Hex number as text.
Keyword | Type | Description |
---|---|---|
|
Text |
Decimal value to convert, such as 123. |
|
Number |
The number of places to return. |
Text
Negative number values for value are handled using the 2's complement method.
The default value for place is however many places are necessary to represent the number.
dec2hex(16)
returns 10
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. |
Sync-Time Custom Record Fields | Compatible | Can be used to create a custom record field that only evaluates at sync time. |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Compatible | |
Process Events | Compatible |
dec2hex() Function