OpenMetaverse Protocol Library Developers API Documentation
BytesToHexString Method (bytes, length, fieldName)
NamespacesOpenMetaverseUtilsBytesToHexString( array< Byte > [] () [] [] , Int32, String)
Converts a byte array to a string containing hexadecimal characters
Declaration Syntax
C#
public 
static 
string 
BytesToHexString(
        
byte[] 
bytes,
        
int 
length,
        
string 
fieldName
)
Parameters
bytes ( array< Byte > [] () [] [] )
The byte array to convert to a string
length ( Int32)
Number of bytes in the array to parse
fieldName ( String)
A string to prepend to each line of the hex dump
Return Value
A string containing hexadecimal characters on multiple lines. Each line is prepended with the field name

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