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