Determines whether given char is a high surrogate or not.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public static bool IsHighSurrogate(
	char ch
)
Visual Basic
Public Shared Function IsHighSurrogate ( 
	ch As Char
) As Boolean

Parameters

ch
Type: System..::..Char

Return Value

Type: Boolean

See Also