static | DoubleToInt64Bits(double) : longDocumentation for this section has not yet been entered. |
static | GetBytes(bool) : byte[]Returns the binary representation of the bool value |
static | GetBytes(char) : byte[]Returns the binary representation of the char value |
static | GetBytes(double) : byte[]Returns the binary representation of the double value |
static | GetBytes(short) : byte[]Returns the binary representation of the short value |
static | GetBytes(int) : byte[]Returns the binary representation of the int value |
static | GetBytes(long) : byte[]Returns the binary representation of the long value |
static | GetBytes(float) : byte[]Returns the binary representation of the float value
|
static | GetBytes(ushort) : byte[]Returns the binary representation of the ushort value |
static | GetBytes(uint) : byte[]Returns the binary representation of the uint value |
static | GetBytes(ulong) : byte[]Returns the binary representation of the ulong value |
static | Int64BitsToDouble(long) : doubleDocumentation for this section has not yet been entered. |
static | ToBoolean(byte[], int) : boolReturns the bool value from a given byte |
static | ToChar(byte[], int) : charDocumentation for this section has not yet been entered. |
static | ToDouble(byte[], int) : doubleDocumentation for this section has not yet been entered. |
static | ToInt16(byte[], int) : shortDocumentation for this section has not yet been entered. |
static | ToInt32(byte[], int) : intDocumentation for this section has not yet been entered. |
static | ToInt64(byte[], int) : longDocumentation for this section has not yet been entered. |
static | ToSingle(byte[], int) : floatDocumentation for this section has not yet been entered. |
static | ToString(byte[]) : stringDocumentation for this section has not yet been entered. |
static | ToString(byte[], int) : stringDocumentation for this section has not yet been entered. |
static | ToString(byte[], int, int) : stringDocumentation for this section has not yet been entered. |
static | ToUInt16(byte[], int) : ushortDocumentation for this section has not yet been entered. |
static | ToUInt32(byte[], int) : uintDocumentation for this section has not yet been entered. |
static | ToUInt64(byte[], int) : ulongDocumentation for this section has not yet been entered. |