OpenMetaverse Protocol Library Developers API Documentation
BytesToHexString Method (bytes, fieldName)
NamespacesOpenMetaverseUtilsBytesToHexString( array< Byte > [] () [] [] , String)
Converts a byte array to a string containing hexadecimal characters
Declaration Syntax
C#
public 
static 
string 
BytesToHexString(
        
byte[] 
bytes,
        
string 
fieldName
)
Parameters
bytes ( array< Byte > [] () [] [] )
The byte array to convert to a string
fieldName ( String)
The name of the field to prepend to each line of the string
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