ComponentOne Word for UWP
IsPunctuation Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfString Class : IsPunctuation Method
The text string.
Is punctuation or white space of the text string.
Syntax
'Declaration
 
Public Shared Function IsPunctuation( _
   ByVal text As System.String _
) As System.Boolean
public static System.bool IsPunctuation( 
   System.string text
)

Parameters

text
The text string.

Return Value

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

Reference

RtfString Class
RtfString Members