HexToDecimal
Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - HexToDecimal
This Function returns a <numeric>, which is the result of the conversion of the specified hexadecimal Value converted to decimal.
Parameters
Value <string> - Hexadecimal value to convert.
Examples
Example 1
HexToDecimal("41") Result = 65
Example 2
HexToDecimal("4B") Result = 75
Last updated