I have email addresses encoded with HTML character entities. Is there anything in .NET that can convert them to plain strings?
It is also worth mentioning that if you're using HtmlAgilityPack like I was, you should use HtmlAgilityPack.HtmlEntity.DeEntitize(). It takes a string and returns a string.
HtmlAgilityPack.HtmlEntity.DeEntitize()
string