Bridge

Char..::..IsHighSurrogate Method (Char)

Indicates whether the specified Char object is a high surrogate.

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

Syntax


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

Parameters

ch
Type: System..::..Char

Return Value

true if the numeric value of the c parameter ranges from U+D800 through U+DBFF; otherwise, false.