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