|
| static byte[] | getBytes (short s, bool asc) |
| |
| static byte[] | getBytes (int s, bool asc) |
| |
| static byte[] | getBytes (long s, bool asc) |
| |
| static short | getShort (byte[] buf, bool asc) |
| |
| static int | getInt (byte[] buf, bool asc) |
| |
| static long | getLong (byte[] buf, bool asc) |
| |
Definition at line 71 of file TypeConvert.cs.
| Convert.TypeConvert.TypeConvert |
( |
| ) |
|
| static byte [] Convert.TypeConvert.getBytes |
( |
short |
s, |
|
|
bool |
asc |
|
) |
| |
|
static |
| static byte [] Convert.TypeConvert.getBytes |
( |
int |
s, |
|
|
bool |
asc |
|
) |
| |
|
static |
| static byte [] Convert.TypeConvert.getBytes |
( |
long |
s, |
|
|
bool |
asc |
|
) |
| |
|
static |
| static int Convert.TypeConvert.getInt |
( |
byte[] |
buf, |
|
|
bool |
asc |
|
) |
| |
|
static |
| static long Convert.TypeConvert.getLong |
( |
byte[] |
buf, |
|
|
bool |
asc |
|
) |
| |
|
static |
| static short Convert.TypeConvert.getShort |
( |
byte[] |
buf, |
|
|
bool |
asc |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: