Click or drag to resize

AsciiImportOptionsDetectEncodingFromByteOrderMarks Property

If true, the encoding is detected from the byte order marks (BOM). If no BOM is present, the encoding according to the CodePage property is used, or, if also not available, the standard encoding.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool DetectEncodingFromByteOrderMarks { get; set; }

Property Value

Boolean
See Also