Click or drag to resize
MessagePackObject  Conversion (MessagePackObject to SByte)
Convert this instance to SByte instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static explicit operator sbyte (
	MessagePackObject value
)

Parameters

value
Type: MsgPackMessagePackObject
MessagePackObject instance.

Return Value

Type: SByte
SByte instance corresponds to value.
See Also