This Function returns a <string>, which is the specified UTF8 string converted to Unicode.
Parameters
Value <string> |
|
UTF8 string to convert.
|
|
|
Example 1
|
UTF8ToString("Kalipso")
Result = Kalipso
|
- In Kalipso, all strings are Unicode.
|
Updated: 3/22/2013 4:33 PM |