Home
Home
Docs
API
Theme
System
Light
Dark
Sponsor
GitHub
Menu
Loading menu…
Home
API
Markdig.Helpers
ICharIterator
Methods
PeekChar()
Menu
On this page
PeekChar() Method
Definition
Namespace
Markdig.Helpers
Assembly
Markdig.dll
View source
Peeks at the next character, without incrementing the
Start
position.
char PeekChar()
Returns
Char
The next character. `\0` is end of the iteration.