System.Web.HttpUtility.HtmlDecode C# (CSharp) Method

HtmlDecode() public static method

public static HtmlDecode ( string s ) : string
s string
return string
        public static string HtmlDecode(string s)
        {
            throw null;
        }

Same methods

HttpUtility::HtmlDecode ( string s, System output ) : void