MessagePackObject Conversion (MessagePackObject to String) |
Convert this instance to
String instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static explicit operator string (
MessagePackObject value
)
Public Shared Narrowing Operator CType (
value As MessagePackObject
) As String
static explicit operator String^ (
MessagePackObject value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: MsgPackMessagePackObject
MessagePackObject instance.
Return Value
Type:
StringString instance corresponds to
value.
See Also