Click or drag to resize
MessagePackObjectToString Method
Returns a string that represents the current object.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public override string ToString()

Return Value

Type: String
A string that represents the current object.
Remarks
Note Note
DO NOT use this value programmically. The purpose of this method is informational, so format of this value subject to change.
See Also