Table of Contents

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 is true, then any legacy SGR parameters will be preserved in their original form. The default value is false.