PeekChar(Int32) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Peeks a character at the specified offset from the current position in the line.

public char PeekChar(int offset)

Parameters

offset
Int32

The offset.

Returns

Char
A character peeked at the specified offset