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

HtmlDecode() public static method

public static HtmlDecode ( string s, System output ) : void
s string
output System
return void
        public static void HtmlDecode(string s, System.IO.TextWriter output)
        {
        }

Same methods

HttpUtility::HtmlDecode ( string s ) : string