Click or drag to resize

LittleEndianBitConverter Methods

The LittleEndianBitConverter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToDateTime
Reads a date and time from the specified position in a byte array.
Public methodStatic memberToDecimal
Reads a decimal value from the specified position in a byte array.
Public methodStatic memberToDouble
Reads a double-precision floating point number from the specified position in a byte array.
Public methodStatic memberToInt16
Reads a 16-bit signed integer from the specified position in a byte array.
Public methodStatic memberToInt32
Reads a 32-bit signed integer from the specified position in a byte array.
Public methodStatic memberToInt32From7BitEncoding
Reads in a 32-bit integer in compressed format.
Public methodStatic memberToInt64
Reads a 64-bit signed integer from the specified position in a byte array.
Public methodStatic memberToSingle
Reads a single-precision floating point number from the specified position in a byte array.
Public methodStatic memberToUInt16
Reads a 16-bit unsigned integer from the specified position in a byte array.
Public methodStatic memberToUInt32
Reads a 32-bit unsigned integer from the specified position in a byte array.
Public methodStatic memberToUInt64
Reads a 64-bit unsigned integer from the specified position in a byte array.
Top
See Also