UTF8ToString

Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - UTF8ToString

This Function returns a <string>, which is the specified UTF8 string converted to Unicode.

Parameters

  • Value <string> - UTF8 string to convert.

Examples

  • Example 1

UTF8ToString("Kalipso") Result = Kalipso

In Kalipso, all strings are Unicode.

Last updated