Click or drag to resize
MessagePackObject  Conversion (MessagePackObject to UInt64)
Convert this instance to UInt64 instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static explicit operator ulong (
	MessagePackObject value
)

Parameters

value
Type: MsgPackMessagePackObject
MessagePackObject instance.

Return Value

Type: UInt64
UInt64 instance corresponds to value.
See Also