4dots Software
CODE HELP BLOG
string url_decoded_string = HttpUtility.UrlDecode(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.