[]
Whether is pair of surrogate characters.
public static bool IsSurrogatePair(string text, int idx)
| Type | Name | Description |
|---|---|---|
| string | text | The text string for test. |
| int | idx | The index of text. |
| Type | Description |
|---|---|
| bool | true if is pair of surrogate characters, otherwise false. |
Whether is pair of surrogate characters.
public static bool IsSurrogatePair(char[] text, int idx)
| Type | Name | Description |
|---|---|---|
| char[] | text | The text as character's array for test. |
| int | idx | The index of array. |
| Type | Description |
|---|---|
| bool | true if is pair of surrogate characters, otherwise false. |