MessagePackObjectAsSByte Method |
Convert this instance to
SByte instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [CLSCompliantAttribute(false)]
public sbyte AsSByte()
<CLSCompliantAttribute(false)>
Public Function AsSByte As SByte
public:
[CLSCompliantAttribute(false)]
signed char AsSByte()
[<CLSCompliantAttribute(false)>]
member AsSByte : unit -> sbyte
Return Value
Type:
SByteSByte instance corresponds to this instance.
See Also