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