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