PeekChar() Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Peeks at the next character, without incrementing the Start position.

char PeekChar()

Returns

Char
The next character. `\0` is end of the iteration.