Determines whether the specified character is a punctuation character.
[Visual Basic] Public Shared Function IsPunctuation( _ ByVal ch As Char _ ) As Boolean [C#] public static bool IsPunctuation( char ch ); [C++] public: static bool IsPunctuation( __wchar_t ch ); [JScript] public static function IsPunctuation( ch : Char ) : Boolean;
true if c is a punctuation character; otherwise, false.
CharacterInfo Class | CharacterInfo Members | System.Globalization Namespace