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

[To be supplied.]

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

Parameters

ch
[To be supplied.]

See Also

CharacterInfo Class | CharacterInfo Members | System.Globalization Namespace