NextChar() Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Returns the next character in the line being processed. Update Start and Column.

public char NextChar()

Returns

Char
The next character or `\0` if end of line is reached