Click or drag to resize
UnpackingResultTToString Method
Get string representation of this object.

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

Return Value

Type: String
String representation of this 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