System.StringExtension.UrlDecode C# (CSharp) Method

UrlDecode() public static method

public static UrlDecode ( this s ) : string
s this
return string
        public static string UrlDecode(this string s)
        {
            return System.Web.HttpUtility.UrlDecode(s);
        }