Mono Class Library: Overview

System.BitConverter: Members

The members of System.BitConverter are listed below.

See Also: Inherited members from System.Object

Public Fields

static readonly
IsLittleEndianbool. Get the Endianess of the Machine.

Public Methods

static
DoubleToInt64Bits(double) : long
Documentation 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) : double
Documentation for this section has not yet been entered.
static
ToBoolean(byte[], int) : bool
Returns the bool value from a given byte
static
ToChar(byte[], int) : char
Documentation for this section has not yet been entered.
static
ToDouble(byte[], int) : double
Documentation for this section has not yet been entered.
static
ToInt16(byte[], int) : short
Documentation for this section has not yet been entered.
static
ToInt32(byte[], int) : int
Documentation for this section has not yet been entered.
static
ToInt64(byte[], int) : long
Documentation for this section has not yet been entered.
static
ToSingle(byte[], int) : float
Documentation for this section has not yet been entered.
static
ToString(byte[]) : string
Documentation for this section has not yet been entered.
static
ToString(byte[], int) : string
Documentation for this section has not yet been entered.
static
ToString(byte[], int, int) : string
Documentation for this section has not yet been entered.
static
ToUInt16(byte[], int) : ushort
Documentation for this section has not yet been entered.
static
ToUInt32(byte[], int) : uint
Documentation for this section has not yet been entered.
static
ToUInt64(byte[], int) : ulong
Documentation for this section has not yet been entered.