-
Home
-
API
-
Markdig.Helpers
-
LinkHelper
-
Methods
-
TryParseLabel(ref T, out String?)
TryParseLabel(ref T, out String?) Method
Definition
Attempts to parse label t.
public static bool TryParseLabel<T>(ref T lines, [NotNullWhen(true)] scoped out string? label)
where T : ICharIterator
Type parameters
Parameters
Returns