Determines whether given char is a high surrogate or not.
Namespace: Sgry.AzukiAssembly: 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