Returns the XmlDecoded string of the given string.
Syntax
Smartsite SXML | Copy Code |
---|---|
string string.xmldecode(string s) string string.xmldecode(string s, enum options) string string.xmldecode(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 [include quotes]. |
Return Value
Data Type | Description |
---|---|
String | A decoded string. |