I have email addresses encoded with HTML character entities. Is there anything in .NET that can convert them to plain strings?
On .Net 4.0:
System.Net.WebUtility.HtmlDecode()
No need to include assembly for a C# project