HtmlDocumentDetectEncoding Method (Stream) |
Detects the encoding of an HTML stream.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public 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