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