| Char: IsHighSurrogateStr |
Indicates where the character in the string at the specified index is a high surrogate code unit.
Public Function IsHighSurrogateStr( ByRef s As String, ByVal Index As Long ) As Boolean
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a position within s. |