Table of Contents

Class AnsiPrintableString

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

Represents a consecutive sequence of one or more printable characters from the parsed input.

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

Remarks

Printable characters appear in the input stream outside of any control or escape sequences.

Constructors

AnsiPrintableString(string)

Creates a new AnsiPrintableString instance with the specified content.

Properties

Text

The content of the printable string.