> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/conversion-functions/utf7tostring.md).

# UTF7ToString

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

### Parameters

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

### **Examples**

* *Example 1*

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

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