Table of Contents

Class AnsiControlString

Namespace
Microlithix.Text.Ansi.Element
Assembly
AnsiParser.dll

Represents a complete control string from the parsed input.

public record AnsiControlString : IAnsiStringParserElement, IEquatable<AnsiControlString>
Inheritance
AnsiControlString
Implements
Inherited Members

Constructors

AnsiControlString(ControlStringType, string)

Creates a new AnsiControlString instance with the specified string type and content.

Properties

Text

The content of the control string.

Type

The type of the control string.