-
Home
-
API
-
Markdig.Helpers
-
StringSlice
-
Methods
-
NextChar()
NextChar() Method
Definition
Goes to the next character, incrementing the Start position.
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public char NextChar()
Returns
- Char
-
The next character. `\0` is end of the iteration.