Bridge

Char..::..IsSurrogate Method (Char)

Indicates whether the specified character has a surrogate code unit.

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

Syntax


[TemplateAttribute]
public static bool IsSurrogate(
	char ch
)
<TemplateAttribute> _
Public Shared Function IsSurrogate ( _
	ch As Char _
) As Boolean
[TemplateAttribute]
public:
static bool^ IsSurrogate(
	wchar_t^ ch
)

Parameters

ch
Type: System..::..Char

Return Value

true if c is either a high surrogate or a low surrogate; otherwise, false.