Click or drag to resize
MessagePackObjectAsUInt64 Method
Convert this instance to UInt64 instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
public ulong AsUInt64()

Return Value

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