Method Reset
- Namespace
- Microlithix.Text.Ansi
- Assembly
- AnsiParser.dll
Reset()
Resets the parser to its initial state.
public void Reset()
Remarks
Normally the parser remembers its state so that repeated calls to Parse(string) will be interpreted as a single continuous sequence of characters. However, it may sometimes be necessary or useful to reset the state, such as when clearing the display.