# StringToUTF7

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

### Parameters

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

### **Examples**

* *Example 1*

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

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