| HtmlDocumentDetectEncoding Method (TextReader) | 
            Detects the encoding of an HTML text provided on a TextReader.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic Encoding DetectEncoding(
	TextReader reader
)
Public Function DetectEncoding ( 
	reader As TextReader
) As Encoding
Parameters
- reader
 - Type: System.IOTextReader
The TextReader used to feed the HTML. May not be null. 
Return Value
Type: 
EncodingThe detected encoding.
See Also