Share via


HtmlReader.DetectEncodingFromByteOrderMark Property

The DetectEncodingFromByteOrderMark property gets or sets a value that indicates whether the byte order mark in the HTML document is used to select the input code page.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property DetectEncodingFromByteOrderMark As Boolean
    Get
    Set
'Usage
Dim instance As HtmlReader
Dim value As Boolean

value = instance.DetectEncodingFromByteOrderMark

instance.DetectEncodingFromByteOrderMark = value
public bool DetectEncodingFromByteOrderMark { get; set; }

Property Value

Type: System.Boolean
The DetectEncodingFromByteOrderMark property returns true if the byte order mark should be respected; otherwise, the property returns false.