# StringToUTF8

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

### Parameters

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

### **Examples**

* *Example 1*

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

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