PeekCharExtra(Int32) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Peeks a character at the specified offset from the current beginning of the slice without using the range Start or End, returns \0 if outside the Text.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public readonly char PeekCharExtra(int offset)

Parameters

offset
Int32

The offset.

Returns

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