Table of Contents

Constructor AnsiControlString

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

AnsiControlString(ControlStringType, string)

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

public AnsiControlString(ControlStringType type, string text)

Parameters

type ControlStringType

Specifies the type of the control string.

text string

Specifies the content of the control string.