|
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: Ab3dAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool DetectEncodingFromByteOrderMarks { get; set; }
Property Value
BooleanSee Also