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