| CharIsLetter Method (Char) | 
Indicates whether the specified Unicode character is categorized as a Unicode letter. 
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic static bool IsLetter(
	char c
)
Parameters
- c
- Type: SystemChar
 The Unicode character to evaluate.
Return Value
Type: 
Booleantrue if 
c is a letter; otherwise, false.
 See Also
See Also