Click or drag to resize
MessagePackObjectAsUInt32 Method
Convert this instance to UInt32 instance.

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

Return Value

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