System.StringExtension.HtmlDecode C# (CSharp) 메소드

HtmlDecode() 공개 정적인 메소드

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