IndexOf(Char) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Searches for the specified character within this slice.

public readonly int IndexOf(char c)

Parameters

c
Char

Returns

Int32
A value >= 0 if the character was found, otherwise < 0