# ANSIToString

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

### Parameters

* **Value** *\<string> -* ANSI string to convert.

### **Examples**

* *Example 1*

ANSIToString("Kalipso")\
**Result** = Kalipso

{% hint style="info" %}
In Kalipso, all strings are Unicode.
{% endhint %}
