System.StringExtension.UrlDecode C# (CSharp) Méthode

UrlDecode() public static méthode

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