ComponentOne Word for WPF
C1.WPF.Word.4.5.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
    public static bool IsPunctuation( 
       string text
    )

    Parameters

    text
    The text string.

    Return Value

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