Click or drag to resize
AB4D logo

ReaderObjDetectEncodingFromByteOrderMarks Property

Indicates whether to look for byte order marks at the beginning of the file to detect the text encoding (using in StreamReader constructor). Default value is true.

Namespace: Ab3d
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool DetectEncodingFromByteOrderMarks { get; set; }

Property Value

Boolean
See Also