Is there any function that converts an escaped Url string to its unescaped form? System.Web.HttpUtility.UrlDecode() can do that job but I don\'t want to add a r
System.Web.HttpUtility.UrlDecode()
System.Net.WebUtility.HtmlDecode is also working on .NET 4.0 Client Profile.
System.Net.WebUtility.HtmlDecode