UTF7ToString
Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - UTF7ToString
This Function returns a <string>, which is the specified UTF7 string converted to Unicode.
Parameters
Value <string> - UTF7 string to convert.
Examples
Example 1
UTF7ToString("Kalipso") Result = Kalipso
In Kalipso, all strings are Unicode.
Last updated