XMLEncode

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - 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;

Last updated