Click or drag to resize
PackerTryPackUInt64 Method
Try packs UInt64 value to current stream strictly.

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

Parameters

value
Type: SystemUInt64
Maybe UInt64 value.

Return Value

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