Documentation > CMS Template API Library > Util > DecodeEntities(String)
DecodeEntities
Decodes HTML encoded entities only and changes them to characters.
public System.String DecodeEntities(String)
Returns
A unicode string
Parameters
| Name | Description | Type | 
|---|---|---|
| toDecode | A string that might contain HTML encoded entities. Only decodes entities of the form nnn; where nnn is the unicode character value. | System.String | 
