I would like to take a string containing HTML character entities such as , etc. and replace them with the literal string characters. Does C# come with a library that has all the HTML character entities in which I could use to parse/replace characters in my strings?
List of HTML character entities: Wikipedia