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

NameDescriptionType
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

Connect with Crownpeak