Bridge

Char..::..IsLowSurrogate Method (Char)

Indicates whether the specified Char object is a low surrogate.

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

Syntax


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

Parameters

ch
Type: System..::..Char

Return Value

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