Contents
Display Legacy Contents

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

Parameters

Value <string>
 
The string to encode.

     
Example 1
XMLEncode("Hello <Kalipso>")

Result = Hello &lt;Kalipso&gt;

See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:28 PM