Table of Contents

Constructor AnsiPrivateControlSequence

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

AnsiPrivateControlSequence(string, string)

Creates a new AnsiPrivateControlSequence instance from a function string and a parameter string.

public AnsiPrivateControlSequence(string function, string parameters)

Parameters

function string

Specifies the control sequence function to be performed. This string must consist of zero or more optional characters in the range 0x20-0x2f, followed by exactly one character in the range 0x40-0x7e.

parameters string

Specifies the parameters for the control sequence function. This private parameter string must consist of one character in the range 0x3c-0x3f, followed by zero or more characters in the range 0x30-0x3f. It's interpretation is application-defined.