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