Returns the HtmlEncoded string of the given string.
Syntax
Smartsite SXML | Copy Code |
---|---|
string string.htmlencode(string s) string string.htmlencode(string s, boolean includeQuotes) |
Parameters
Name | Data Type | Description |
---|---|---|
s | String | The input string. |
includeQuotes | Boolean | If set to true [include quotes]. |
Return Value
Data Type | Description |
---|---|
String | An encoded string. |