IsSurrogatePair(String,Int32) Method
Whether is pair of surrogate characters.
'Declaration
Public Overloads Shared Function IsSurrogatePair( _
ByVal As String, _
ByVal As Integer _
) As Boolean
Parameters
- text
- The text string for test.
- idx
- The index of text.
Return Value
true if is pair of surrogate characters, otherwise false.