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.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool DetectEncodingFromByteOrderMarks { get; set; }Property Value
Boolean
See Also