Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Char::IsSurrogate Method

 

Indicates whether a character has a surrogate code unit.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsSurrogate(Char)

Indicates whether the specified character has a surrogate code unit.

System_CAPS_pubmethodSystem_CAPS_staticIsSurrogate(String^, Int32)

Indicates whether the character at the specified position in a specified string has a surrogate code unit.

Return to top
Show: