This is the complete list of members for System.BitConverter, including all inherited members.
DoubleToInt64Bits(double value) | System.BitConverter | static |
GetBytes(bool value) | System.BitConverter | static |
GetBytes(char value) | System.BitConverter | static |
GetBytes(short value) | System.BitConverter | static |
GetBytes(int value) | System.BitConverter | static |
GetBytes(long value) | System.BitConverter | static |
GetBytes(ushort value) | System.BitConverter | static |
GetBytes(uint value) | System.BitConverter | static |
GetBytes(ulong value) | System.BitConverter | static |
GetBytes(float value) | System.BitConverter | static |
GetBytes(double value) | System.BitConverter | static |
Int64BitsToDouble(long value) | System.BitConverter | static |
IsLittleEndian | System.BitConverter | static |
ToBoolean(byte[] value, int startIndex) | System.BitConverter | static |
ToChar(byte[] value, int startIndex) | System.BitConverter | static |
ToDouble(byte[] value, int startIndex) | System.BitConverter | static |
ToInt16(byte[] value, int startIndex) | System.BitConverter | static |
ToInt32(byte[] value, int startIndex) | System.BitConverter | static |
ToInt64(byte[] value, int startIndex) | System.BitConverter | static |
ToSingle(byte[] value, int startIndex) | System.BitConverter | static |
ToString(byte[] value, int startIndex, int length) | System.BitConverter | static |
ToString(byte[] value) | System.BitConverter | static |
ToString(byte[] value, int startIndex) | System.BitConverter | static |
ToUInt16(byte[] value, int startIndex) | System.BitConverter | static |
ToUInt32(byte[] value, int startIndex) | System.BitConverter | static |
ToUInt64(byte[] value, int startIndex) | System.BitConverter | static |