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

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

Parameters

value
Type: MsgPackMessagePackObject
MessagePackObject instance.

Return Value

Type: UInt32
UInt32 instance corresponds to value.
See Also