BitConverterNonAlloc Methods

Ultimate Replay

BitConverterNonAlloc Methods

The BitConverterNonAlloc type exposes the following members.

Methods
  Name Description
Public method Static member GetBool
Retreive a 8-bit bool from the specified byte array.
Public method Static member GetBytes(Byte, Boolean)
Store an 8-bit bool into the specified byte array.
Public method Static member GetBytes(Byte, Int16)
Store a 16 bit int into the specified byte array. The buffer to store the int which must have a size of 2 or greaterThe short value to store
Public method Static member GetBytes(Byte, Int32)
Store a 32-bit int into the specified byte array.
Public method Static member GetBytes(Byte, Single)
Store a 32-bit float into the specified byte array.
Public method Static member GetFloat
Retreive a 32-bit float from the specified byte array.
Public method Static member GetInt
Retreive a 32-bit int from the specified byte array.
Public method Static member GetShort
Retreive a 16-bit int from the specified byte array.
Top
See Also