Click or drag to resize
MessagePackObject  Conversion (MessagePackObject to String)
Convert this instance to String instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static explicit operator string (
	MessagePackObject value
)

Parameters

value
Type: MsgPackMessagePackObject
MessagePackObject instance.

Return Value

Type: String
String instance corresponds to value.
See Also