System.StringExtension.UrlDecode C# (CSharp) Метод

UrlDecode() публичный статический Метод

public static UrlDecode ( this s ) : string
s this
Результат string
        public static string UrlDecode(this string s)
        {
            return System.Web.HttpUtility.UrlDecode(s);
        }