[]
Checks if a character is a letter.
protected bool IsLetter(char c)
Protected Function IsLetter(c As Char) As Boolean
The char for check.