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

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