IsAlphaNumeric(Char) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Determines whether alpha numeric.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static bool IsAlphaNumeric(this char c)

Parameters

c
Char

Returns