Table of Contents

Constructor AnsiEscapeSequence

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

AnsiEscapeSequence(char, string)

Creates a new AnsiEscapeSequence instance with the specified escape code and intermediate bytes.

public AnsiEscapeSequence(char code, string intermediateBytes)

Parameters

code char

Specifies the final character in the escape sequence. The character code must be in the range 0x30...0x7e.

intermediateBytes string

Specifies any intermediate bytes in the escape sequence. The character codes for intermediate bytes must each be in the range 0x20...0x2f.