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