HasOpeningCharacter(Char) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Determines whether the specified char is an opening character.

public bool HasOpeningCharacter(char c)

Parameters

c
Char

The character.

Returns

Boolean
true if the specified char is an opening character.