MessagePackObjectAsInt64 Method |
Convert this instance to
Int64 instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax Public Function AsInt64 As Long
public:
long long AsInt64()
member AsInt64 : unit -> int64
Return Value
Type:
Int64Int64 instance corresponds to this instance.
See Also