|   | 
                  Returns the XmlDecoded string of the given string.
                
                
                  
                     Syntax
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
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
Return Value
                
                | Data Type | Description | 
|---|---|
| String | A decoded string. | 
 
     
     
    