Click or drag to resize
PackerTryPackInt64 Method
Try packs Int64 value to current stream strictly.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected bool TryPackInt64(
	long value
)

Parameters

value
Type: SystemInt64
Maybe Int64 value.

Return Value

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