IsPunctuation(Char) Method
In This Topic
Indicates whether the specified Unicode character is categorized as a Punctuation character.
Syntax
'Declaration
Public Overloads Shared Function IsPunctuation( _
ByVal As Char _
) As Boolean
public static bool IsPunctuation(
char
)
Parameters
- c
- A Unicode character.
Return Value
true if c is a Punctuation character; otherwise, false.
See Also