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
typeControlStringTypeSpecifies the type of the control string.
textstringSpecifies the content of the control string.