OpenMetaverse Protocol Library Developers API Documentation
BytesToUInt Method (bytes, pos)
NamespacesOpenMetaverseUtilsBytesToUInt( array< Byte > [] () [] [] , Int32)
Convert the first four bytes starting at the given position in little endian ordering to an unsigned integer
Declaration Syntax
C#
public
static
uint
BytesToUInt(

byte[]
bytes,

int
pos
)
Parameters
bytes ( array< Byte > [] () [] [] )
Byte array containing the uint
pos ( Int32)
Position to start reading the uint from
Return Value
An unsigned integer, will be zero if a uint can't be read at the given position

Assembly: OpenMetaverseTypes(Module: OpenMetaverseTypes.dll) Version: 0.0.0.0