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.IsSymbol

Determines whether the specified character is a symbol character.

[Visual Basic]
Public Shared Function IsSymbol( _
   ByVal ch As Char _
) As Boolean
[C#]
public static bool IsSymbol(
   char ch
);
[C++]
public: static bool IsSymbol(
   __wchar_t ch
);
[JScript]
public static function IsSymbol(
   ch : Char
) : Boolean;

Parameters

ch
The specified character.

Return Value

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

See Also

CharacterInfo Class | CharacterInfo Members | System.Globalization Namespace