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

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

Parameters

value
Type: MsgPackMessagePackObject
MessagePackObject instance.

Return Value

Type: UInt16
UInt16 instance corresponds to value.
See Also