Click or drag to resize
PackerTryPackInt8 Method
Try packs SByte value to current stream strictly.

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

Parameters

value
Type: SystemInt64
Maybe SByte value.

Return Value

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