Indicates whether the specified Unicode character is categorized as an alphabetic letter.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IsLetter ( _
c As Char _
) As Boolean |
JavaScript |
---|
System.Char.isLetter = function(c); |
Return Value
true if c is an alphabetic letter; otherwise, false.
See Also