SyntaxFix
Write A Post
Hire A Developer
Questions
You can use HttpUtility.HtmlDecode
HttpUtility.HtmlDecode
If you are using .NET 4.0+ you can also use WebUtility.HtmlDecode which does not require an extra assembly reference as it is available in the System.Net namespace.
WebUtility.HtmlDecode
System.Net