Table of Contents

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(char) or Parse(char, Action<IAnsiStreamParserElement>) will be interpreted as a single continuous stream of characters. However, it may sometimes be necessary or useful to reset the state, such as when clearing the display.