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