Click or drag to resize
MessagePackObjectAsInt64 Method
Convert this instance to Int64 instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public long AsInt64()

Return Value

Type: Int64
Int64 instance corresponds to this instance.
See Also