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