ComponentOne MultiSelect for WinForms
C1.Framework Namespace / CharHelper Class / IsPunctuation Method / IsPunctuation(Char) Method

In This Topic
    IsPunctuation(Char) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsPunctuation( _
       ByVal c As Char _
    ) As Boolean
    public static bool IsPunctuation( 
       char c
    )

    Parameters

    c
    See Also