Decodes the HTML character entity references in given string.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.decodecharentities(string s)

Parameters

Name Data Type Description
s String The s.

Return Value

Data Type Description
String

Expand image Remarks

Expand image Example

SXML