# XMLEncode

This Function encodes a specified string into a XML encoded string.

### Parameters

* **Value** *\<string> -* The string to encode.

### Examples

* *Example 1*

XMLEncode("Hello \<Kalipso>")\
**Result** = Hello \&lt;Kalipso\&gt;
