TryParse(ref StringSlice, out String?, out Int32) Method

Definition

Assembly Markdig.dll

Attempts to parse.

public static bool TryParse(ref StringSlice slice, [NotNullWhen(true)] scoped out string? literal, scoped out int match)

Parameters

literal
String
match
Int32

Returns