Click or drag to resize
MessagePackObjectAsByte Method
Convert this instance to Byte instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public byte AsByte()

Return Value

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