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