Click or drag to resize
MessagePackObjectAsSByte Method
Convert this instance to SByte instance.

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

Return Value

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