softpcapps Software
CODE HELP BLOG
string html_decoded_string = HttpUtility.HtmlDecode(text_to_decode);
Please note that you have to also add "using System.Web;" on the top and also add a reference to the System.Web library.