Char..::..IsLetter Method (Char)
Indicates whether the specified Unicode character is categorized as a Unicode letter.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsLetter( char ch )
<TemplateAttribute> _ Public Shared Function IsLetter ( _ ch As Char _ ) As Boolean
[TemplateAttribute] public: static bool^ IsLetter( wchar_t^ ch )
Parameters
- ch
- Type: System..::..Char