'Declaration
Public Overloads Shared Sub HtmlDecode( _ ByVal s As String, _ ByVal output As TextWriter _ )
public static void HtmlDecode( string s, TextWriter output )
Parameters
- s
- The HTML string to decode
- output
- The TextWriter output stream containing the decoded string.