-
Home
-
API
-
Markdig.Helpers
-
ICharIterator
-
Methods
-
PeekChar(Int32)
PeekChar(Int32) Method
Definition
Peeks at the next character, without incrementing the Start position.
char PeekChar(int offset)
Parameters
Returns
- Char
- The next character. `\0` is end of the iteration.