NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CharacterInfo.IsPunctuation

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;

Parameters

ch
The specified character.

Return Value

true if c is a punctuation character; otherwise, false.

See Also

CharacterInfo Class | CharacterInfo Members | System.Globalization Namespace