OpenMetaverse Protocol Library Developers API Documentation
IntToBytes Method (value)
NamespacesOpenMetaverseUtilsIntToBytes(Int32)
Convert an integer to a byte array in little endian format
Declaration Syntax
C#
public 
static 
byte[] 
IntToBytes(
        
int 
value
)
Parameters
value ( Int32)
The integer to convert
Return Value
A four byte little endian array

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