Contents
Display Legacy Contents

 Print
    XMLDecode          
This Function decodes a specified XML encoded string.

Parameters

Value <string>
 
The string to decode.

     
Example 1
XMLDecode("Hello &lt;Kalipso&gt;")

Result = Hello <Kalipso>

See also
Samples
Sample 1
Sample 2
 
Updated: 11/30/2017 11:19 AM