OpenMetaverse Protocol Library Developers API Documentation
BytesToUInt64 Method (bytes)
NamespacesOpenMetaverseUtilsBytesToUInt64( array< Byte > [] () [] [] )
Convert the first eight bytes of the given array in little endian ordering to an unsigned 64-bit integer
Declaration Syntax
C#
public
static
ulong
BytesToUInt64(

byte[]
bytes
)
Parameters
bytes ( array< Byte > [] () [] [] )
An array eight bytes or longer
Return Value
An unsigned 64-bit integer, will be zero if the array contains less than eight bytes

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