Method IntToString
IntToString(int[])
Declaration
public static string IntToString(this int[] unicodes)
Parameters
| Type | Name | Description |
|---|---|---|
| int[] | unicodes |
Returns
| Type | Description |
|---|---|
| string |
IntToString(int[], int, int)
Declaration
public static string IntToString(this int[] unicodes, int start, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| int[] | unicodes | |
| int | start | |
| int | length |
Returns
| Type | Description |
|---|---|
| string |