HexToString
Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - HexToString
This Function returns a <string>, which is the result of the conversion of the specified hexadecimal Value converted to unicode string.
Parameters
Value <string> - Hexadecimal value to convert.
Examples
Example 1
HexToString("4B616C6970736F") Result = Kalipso
In Kalipso, all strings are Unicode.
Last updated