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