HTMLparser.SetEncoding Method (String)

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.SetEncoding Method (String)

Sets current encoding in format used in HTTP headers and HTML META tags

public bool SetEncoding(
   string sCharSet
);

Parameters

sCharSet
Charset as

Return Value

True if encoding was set, false otherwise (in which case Default encoding will be used)

See Also

HTMLparser Class | Majestic12 Namespace | HTMLparser.SetEncoding Overload List