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

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

Parameters

value
Type: SystemSByte
SByte instance.

Return Value

Type: MessagePackObject
MessagePackObject instance corresponds to value.
See Also