IsAlphaUpper(Char) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Determines whether alpha upper.

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

Parameters

c
Char

Returns