| UnpackingResultTToString Method  | 
            	Get string representation of this object.
            
 
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
Return Value
Type: 
StringString representation of this object.
Remarks  Note | 
|---|
| 
            		DO NOT use this value programmically. 
            		The purpose of this method is informational, so format of this value subject to change.
            	 | 
See Also