Method ExtMisc.IsAsciiAlpha Overload Returns true if character is ASCII 'A' to 'Z' or 'a' to 'z'. public static bool IsAsciiAlpha(this char c) Parameters c (char) Returns bool