MessagePackObjectAsByte Method |
Convert this instance to
Byte instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax Public Function AsByte As Byte
public:
unsigned char AsByte()
member AsByte : unit -> byte
Return Value
Type:
ByteByte instance corresponds to this instance.
See Also