PeekCharAbsolute(Int32) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Peeks a character at the specified offset from the current beginning of the string, without taking into account Start and End

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public readonly char PeekCharAbsolute(int index)

Parameters

index
Int32

Returns

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