MessagePackObjectAsUInt16 Method |
Convert this instance to
UInt16 instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [CLSCompliantAttribute(false)]
public ushort AsUInt16()
<CLSCompliantAttribute(false)>
Public Function AsUInt16 As UShort
public:
[CLSCompliantAttribute(false)]
unsigned short AsUInt16()
[<CLSCompliantAttribute(false)>]
member AsUInt16 : unit -> uint16
Return Value
Type:
UInt16UInt16 instance corresponds to this instance.
See Also