PeekChar() Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll
Implements PeekChar()

Peeks a character at the offset of 1 from the current Start position inside the range Start and End, returns \0 if outside this range.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public readonly char PeekChar()

Returns

Char
The character at offset, returns `\0` if none.