Click or drag to resize

BigEndianGetBytes Method

Overload List
  Name Description
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.
Top
See Also