hex2dec( value )
Converts a Hex number as text to a Decimal number.
Keyword | Type | Description |
---|---|---|
|
Text |
Hex value as text to convert, such as |
Integer
Invalid digits for a value parameter, including signs, are ignored.
hex2dec(10)
returns 16
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 |
hex2dec() Function