Class AnsiParserSettings
- Namespace
- Microlithix.Text.Ansi
- Assembly
- AnsiParser.dll
Create an instance of this record and pass it to the parser's constructor to configure the behavior of the parser.
public record AnsiParserSettings : IEquatable<AnsiParserSettings>
- Inheritance
-
AnsiParserSettings
- Implements
- Inherited Members
Properties
- PreserveLegacySGRParameters
When this property is
false
, the parser will convert legacy SGR parameters to the standardized format defined in ECMA-48 and ISO/IEC 8613-6. When this property istrue
, then any legacy SGR parameters will be preserved in their original form. The default value isfalse
.