Click or drag to resize
MessagePackObjectAsInt32 Method
Convert this instance to Int32 instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public int AsInt32()

Return Value

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