C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfString Class / IsPunctuation Method
The text string.

In This Topic
IsPunctuation Method
In This Topic
Is punctuation or white space of the text string.
Syntax
'Declaration
 
Public Shared Function IsPunctuation( _
   ByVal text As String _
) As Boolean
 

Parameters

text
The text string.

Return Value

True if the text string is punctuation or white space, otherwise false.
See Also