Is punctuation or white space of the text string.
            
            
            
            
            
            
            
            'Declaration
 
Public Shared Function IsPunctuation( _
   ByVal  As String _
) As Boolean
             
        
            
            public static bool IsPunctuation( 
   string 
)
             
        
             
        
            Parameters
- text
 
- The text string.
 
            
            Return Value
True if the text string is punctuation or white space, otherwise false.