Contents
Display Legacy Contents

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

Parameters

Value <string>
  ANSI string to convert.

     
Example 1
ANSIToString("Kalipso")

Result = Kalipso

     
  • In Kalipso, all strings are Unicode.

See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:35 PM