XMLDecode

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - XMLDecode

This Function decodes a specified XML encoded string.

Parameters

  • Value <string> - The string to decode.

Examples

  • Example 1

XMLDecode("Hello &lt;Kalipso&gt;") Result = Hello <Kalipso>

Last updated