Click or drag to resize
PackerTryPackUInt16 Method
Try packs UInt16 value to current stream strictly.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
protected bool TryPackUInt16(
	ulong value
)

Parameters

value
Type: SystemUInt64
Maybe UInt16 value.

Return Value

Type: Boolean
If value has be packed successfully then true, otherwise false (normally, larger type required).
See Also