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