Click or drag to resize

LittleEndian Methods

The LittleEndian type exposes the following members.

Methods
  Name Description
Public method Static member CopyBytes(Boolean, Byte*) Copies the specified Boolean value as an array of 1 byte in the target endian-order to the destination array.
Public method Static member CopyBytes(Char, Byte*) Copies the specified Unicode character value as an array of 2 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Decimal, Byte*) Copies the specified 128-bit decimal value as an array of 16 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Double, Byte*) Copies the specified double-precision floating point value as an array of 8 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Int16, Byte*) Copies the specified 16-bit signed integer value as an array of 2 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Int24, Byte*) Copies the specified 24-bit signed integer value as an array of 3 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Int32, Byte*) Copies the specified 32-bit signed integer value as an array of 4 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Int64, Byte*) Copies the specified 64-bit signed integer value as an array of 8 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Single, Byte*) Copies the specified single-precision floating point value as an array of 4 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(UInt16, Byte*) Copies the specified 16-bit unsigned integer value as an array of 2 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(UInt24, Byte*) Copies the specified 24-bit unsigned integer value as an array of 3 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(UInt32, Byte*) Copies the specified 32-bit unsigned integer value as an array of 4 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(UInt64, Byte*) Copies the specified 64-bit unsigned integer value as an array of 8 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Boolean, Byte, Int32) Copies the specified Boolean value as an array of 1 byte in the target endian-order to the destination array.
Public method Static member CopyBytes(Char, Byte, Int32) Copies the specified Unicode character value as an array of 2 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Decimal, Byte, Int32) Copies the specified 128-bit decimal value as an array of 16 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Double, Byte, Int32) Copies the specified double-precision floating point value as an array of 8 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Int16, Byte, Int32) Copies the specified 16-bit signed integer value as an array of 2 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Int24, Byte, Int32) Copies the specified 24-bit signed integer value as an array of 3 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Int32, Byte, Int32) Copies the specified 32-bit signed integer value as an array of 4 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Int64, Byte, Int32) Copies the specified 64-bit signed integer value as an array of 8 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(Single, Byte, Int32) Copies the specified single-precision floating point value as an array of 4 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(UInt16, Byte, Int32) Copies the specified 16-bit unsigned integer value as an array of 2 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(UInt24, Byte, Int32) Copies the specified 24-bit unsigned integer value as an array of 3 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(UInt32, Byte, Int32) Copies the specified 32-bit unsigned integer value as an array of 4 bytes in the target endian-order to the destination array.
Public method Static member CopyBytes(UInt64, Byte, Int32) Copies the specified 64-bit unsigned integer value as an array of 8 bytes in the target endian-order to the destination array.
Public method Static member CopyBytesT(T, Byte*) Copies the specified primitive type value as an array of bytes in the target endian-order to the destination array.
Public method Static member CopyBytesT(T, Byte, Int32) Copies the specified primitive type value as an array of bytes in the target endian-order to the destination array.
Public method Static member GetBytes(Boolean) Returns the specified Boolean value as an array of bytes in the target endian-order.
Public method Static member GetBytes(Char) Returns the specified Unicode character value as an array of bytes in the target endian-order.
Public method Static member GetBytes(Decimal) Returns the specified 128-bit decimal value as an array of bytes.
Public method Static member GetBytes(Double) Returns the specified double-precision floating point value as an array of bytes in the target endian-order.
Public method Static member GetBytes(Int16) Returns the specified 16-bit signed integer value as an array of bytes.
Public method Static member GetBytes(Int24) Returns the specified 24-bit signed integer value as an array of bytes.
Public method Static member GetBytes(Int32) Returns the specified 32-bit signed integer value as an array of bytes.
Public method Static member GetBytes(Int64) Returns the specified 64-bit signed integer value as an array of bytes.
Public method Static member GetBytes(Single) Returns the specified single-precision floating point value as an array of bytes in the target endian-order.
Public method Static member GetBytes(UInt16) Returns the specified 16-bit unsigned integer value as an array of bytes.
Public method Static member GetBytes(UInt24) Returns the specified 24-bit unsigned integer value as an array of bytes.
Public method Static member GetBytes(UInt32) Returns the specified 32-bit unsigned integer value as an array of bytes.
Public method Static member GetBytes(UInt64) Returns the specified 64-bit unsigned integer value as an array of bytes.
Public method Static member GetBytesT(T) Returns the specified value as an array of bytes in the target endian-order.
Public method Static member ToBoolean(Byte*) Returns a Boolean value converted from one byte at a specified position in a byte array.
Public method Static member ToBoolean(Byte, Int32) Returns a Boolean value converted from one byte at a specified position in a byte array.
Public method Static member ToChar(Byte*) Returns a Unicode character converted from two bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToChar(Byte, Int32) Returns a Unicode character converted from two bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToDecimal(Byte*) Returns a 128-bit decimal converted from 16 bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToDecimal(Byte, Int32) Returns a 128-bit decimal converted from 16 bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToDouble(Byte*) Returns a double-precision floating point number converted from eight bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToDouble(Byte, Int32) Returns a double-precision floating point number converted from eight bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToInt16(Byte*) Returns a 16-bit signed integer converted from two bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToInt16(Byte, Int32) Returns a 16-bit signed integer converted from two bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToInt24(Byte*) Returns a 24-bit signed integer converted from three bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToInt24(Byte, Int32) Returns a 24-bit signed integer converted from three bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToInt32(Byte*) Returns a 32-bit signed integer converted from four bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToInt32(Byte, Int32) Returns a 32-bit signed integer converted from four bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToInt64(Byte*) Returns a 64-bit signed integer converted from eight bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToInt64(Byte, Int32) Returns a 64-bit signed integer converted from eight bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToSingle(Byte*) Returns a single-precision floating point number converted from four bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToSingle(Byte, Int32) Returns a single-precision floating point number converted from four bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToUInt16(Byte*) Returns a 16-bit unsigned integer converted from two bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToUInt16(Byte, Int32) Returns a 16-bit unsigned integer converted from two bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToUInt24(Byte*) Returns a 24-bit unsigned integer converted from three bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToUInt24(Byte, Int32) Returns a 24-bit unsigned integer converted from three bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToUInt32(Byte*) Returns a 32-bit unsigned integer converted from four bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToUInt32(Byte, Int32) Returns a 32-bit unsigned integer converted from four bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToUInt64(Byte*) Returns a 64-bit unsigned integer converted from eight bytes, accounting for target endian-order, at a specified position in a byte array.
Public method Static member ToUInt64(Byte, Int32) Returns a 64-bit unsigned integer converted from eight bytes, accounting for target endian-order, at a specified position in a byte array.
Top
See Also