| HtmlDocumentDetectEncoding Method (Stream) | 
            Detects the encoding of an HTML stream.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic Encoding DetectEncoding(
	Stream stream
)
Public Function DetectEncoding ( 
	stream As Stream
) As Encoding
Parameters
- stream
 - Type: System.IOStream
The input stream. May not be null. 
Return Value
Type: 
EncodingThe detected encoding.
See Also