Encodes an SXML string to disable SXML processing.
Syntax
Smartsite SXML | Copy Code |
---|---|
string string.sxmlencode(string data) string string.sxmlencode(string data, boolean includeQuotes) |
Parameters
Name | Data Type | Description |
---|---|---|
data | String | The data. |
includeQuotes | Boolean | If set to true [include quotes]. |
Return Value
Data Type | Description |
---|---|
String | The encoded string. |