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