I have email addresses encoded with HTML character entities. Is there anything in .NET that can convert them to plain strings?
If there is no Server context (i.e your running offline), you can use HttpUtility.HtmlDecode.