OpenMetaverse Protocol Library Developers API Documentation
MessageToString Method (message, recurseLevel)
NamespacesOpenMetaverse.Packets PacketDecoderMessageToString(Object, Int32)
Decode an IMessage object into a beautifully formatted string
Declaration Syntax
C#
public 
static 
string 
MessageToString(
        
Object 
message,
        
int 
recurseLevel
)
Parameters
message ( Object)
The IMessage object
recurseLevel ( Int32)
Recursion level (used for indenting)
Return Value
A formatted string containing the names and values of the source object

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)