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