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
ControlStringTypeSpecifies the type of the control string.
text
stringSpecifies the content of the control string.