Click or drag to resize
PackerTryPackTinySignedInteger Method
Try packs SByte value to current stream as tiny fix num.

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

Parameters

value
Type: SystemInt64
Maybe tiny SByte value.

Return Value

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