[]
Create a two character hex representation of a byte
public static string toHexString(byte i)
| Type | Name | Description |
|---|---|---|
| byte | i | byte to represent |
| Type | Description |
|---|---|
| string | representation |
Create a 4 character hex representation of a short
public static string toHexString(short i)
| Type | Name | Description |
|---|---|---|
| short | i | short to represent |
| Type | Description |
|---|---|
| string | representation |
Create a 8 character hex representation of a int
public static string toHexString(int i)
| Type | Name | Description |
|---|---|---|
| int | i | int to represent |
| Type | Description |
|---|---|
| string | representation |