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: 3/21/2018 4:27 PM