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
charCharacter to test.
Returns
- bool
Whether the character is in basic letter character range.