MessagePackObjectToString Method |
Returns a string that represents the current object.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public 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:
String
A string that represents the current 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