OpenMetaverse Protocol Library Developers API Documentation
BytesToUInt Method (bytes)
NamespacesOpenMetaverseUtilsBytesToUInt( array< Byte > [] () [] [] )
Convert the first four bytes of the given array in little endian ordering to an unsigned integer
Declaration Syntax
C#
public 
static 
uint 
BytesToUInt(
        
byte[] 
bytes
)
Parameters
bytes ( array< Byte > [] () [] [] )
An array four bytes or longer
Return Value
An unsigned integer, will be zero if the array contains less than four bytes

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