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