Mono Class Library: OverviewSystem.BitConverter: Method Members |
The methods of System.BitConverter are listed below. For a list of all members, see the BitConverter Members list.
See Also: Inherited members from System.Object
staticDoubleToInt64Bits(double) : long Documentation for this section has not yet been entered. staticGetBytes(bool) : byte[] Returns the binary representation of the bool value staticGetBytes(char) : byte[] Returns the binary representation of the char value staticGetBytes(double) : byte[] Returns the binary representation of the double value staticGetBytes(short) : byte[] Returns the binary representation of the short value staticGetBytes(int) : byte[] Returns the binary representation of the int value staticGetBytes(long) : byte[] Returns the binary representation of the long value staticGetBytes(float) : byte[] Returns the binary representation of the float value staticGetBytes(ushort) : byte[] Returns the binary representation of the ushort value staticGetBytes(uint) : byte[] Returns the binary representation of the uint value staticGetBytes(ulong) : byte[] Returns the binary representation of the ulong value staticInt64BitsToDouble(long) : double Documentation for this section has not yet been entered. staticToBoolean(byte[], int) : bool Returns the bool value from a given byte staticToChar(byte[], int) : char Documentation for this section has not yet been entered. staticToDouble(byte[], int) : double Documentation for this section has not yet been entered. staticToInt16(byte[], int) : short Documentation for this section has not yet been entered. staticToInt32(byte[], int) : int Documentation for this section has not yet been entered. staticToInt64(byte[], int) : long Documentation for this section has not yet been entered. staticToSingle(byte[], int) : float Documentation for this section has not yet been entered. staticToString(byte[]) : string Documentation for this section has not yet been entered. staticToString(byte[], int) : string Documentation for this section has not yet been entered. staticToString(byte[], int, int) : string Documentation for this section has not yet been entered. staticToUInt16(byte[], int) : ushort Documentation for this section has not yet been entered. staticToUInt32(byte[], int) : uint Documentation for this section has not yet been entered. staticToUInt64(byte[], int) : ulong Documentation for this section has not yet been entered.