HtmlReader.InputEncoding property
The InputEncoding property gets or sets the character encoding that is used when parsing the input stream.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property InputEncoding As Encoding
Get
Set
'Usage
Dim instance As HtmlReader
Dim value As Encoding
value = instance.InputEncoding
instance.InputEncoding = value
public Encoding InputEncoding { get; set; }
Property value
Type: System.Text.Encoding
The InputEncoding property gets the [System.Text.Encoding] object that is used when parsing the input stream.