Returns the XmlEncoded string of the given string.
Syntax
Smartsite SXML | Copy Code |
---|---|
string string.xmlencode(string s) string string.xmlencode(string s, enum options) string string.xmlencode(string s, boolean includeQuotes) |
Parameters
Name | Data Type | Description |
---|---|---|
s | String | The input string. |
options | Enum |
The options.
Enum values:
|
includeQuotes | Boolean | If set to true quotes are included. |
Return Value
Data Type | Description |
---|---|
String | An encoded string. |