Is punctuation or white space of the text string.
public static System.bool IsPunctuation(
System.string
)
'Declaration
Public Shared Function IsPunctuation( _
ByVal As System.String _
) As System.Boolean
Parameters
- text
- The text string.
Return Value
True if the text string is punctuation or white space, otherwise false.