Click or drag to resize
MessagePackObjectAsUInt16 Method
Convert this instance to UInt16 instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
public ushort AsUInt16()

Return Value

Type: UInt16
UInt16 instance corresponds to this instance.
See Also