Table of Contents

Method IsBasicLetter

Namespace
DisCatSharp.Common
Assembly
DisCatSharp.Common.dll

IsBasicLetter(char)

Returns whether supplied character is in the a-z or A-Z range.

public static bool IsBasicLetter(this char c)

Parameters

c char

Character to test.

Returns

bool

Whether the character is in basic letter character range.