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);
        }