Determines whether given char is a low surrogate or not.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public static bool IsLowSurrogate( char ch ) |
| Visual Basic |
|---|
Public Shared Function IsLowSurrogate ( ch As Char ) As Boolean |
Parameters
- ch
- Type: System..::..Char