Returns the HtmlDecoded string of the given string.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.htmldecode(string s)
string string.htmldecode(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 A decoded string.

Expand image Example

Expand image See Also

SXML