[]
Is punctuation or white space of the text string.
public static bool IsPunctuation(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The text string. |
| Type | Description |
|---|---|
| bool | True if the text string is punctuation or white space, otherwise false. |