Click or drag to resize
MessagePackObjectAsBoolean Method
Convert this instance to Boolean instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool AsBoolean()

Return Value

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