MessagePackObjectAsUInt64 Method |
Convert this instance to
UInt64 instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [CLSCompliantAttribute(false)]
public ulong AsUInt64()
<CLSCompliantAttribute(false)>
Public Function AsUInt64 As ULong
public:
[CLSCompliantAttribute(false)]
unsigned long long AsUInt64()
[<CLSCompliantAttribute(false)>]
member AsUInt64 : unit -> uint64
Return Value
Type:
UInt64UInt64 instance corresponds to this instance.
See Also