Try packs
SByte value to current stream strictly.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected bool TryPackInt8(
long value
)
Protected Function TryPackInt8 (
value As Long
) As Boolean
protected:
bool TryPackInt8(
long long value
)
member TryPackInt8 :
value : int64 -> bool
Parameters
- value
- Type: SystemInt64
Maybe SByte value.
Return Value
Type:
BooleanIf
value has be packed successfully then true, otherwise false (normally, larger type required).
See Also