Method GetUTF16
GetUTF16(string, int)
Convert UTF-16 Hex to Char
Declaration
protected int GetUTF16(string text, int i)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | |
| int | i | The index. |
Returns
| Type | Description |
|---|---|
| int | The Unicode hex. |
GetUTF16(int[], int)
Declaration
protected int GetUTF16(int[] text, int i)
Parameters
| Type | Name | Description |
|---|---|---|
| int[] | text | |
| int | i |
Returns
| Type | Description |
|---|---|
| int |
GetUTF16(StringBuilder, int)
Convert UTF-16 Hex to Char
Declaration
protected int GetUTF16(StringBuilder text, int i)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | text | |
| int | i | The index. |
Returns
| Type | Description |
|---|---|
| int | The Unicode hex. |