I have email addresses encoded with HTML character entities. Is there anything in .NET that can convert them to plain strings?
For strings containing I've had to double-decode the string. First decode would turn it into the second pass would correctly decode it to the expected character.