Property Function
- Namespace
- Microlithix.Text.Ansi.Element
- Assembly
- AnsiParser.dll
Function
The Function property determines how the Parameters should be interpreted, and the actions that the consuming application should initiate when it receives the control sequence. It consists of a character in the range 0x40-0x7e, optionally preceded by one or more charactders in the range 0x20-0x2f. See ControlFunction for a standardized list of control sequence functions.
public string Function { get; init; }