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