Click or drag to resize
UnpackerReadNullableSByte Method
Reads next nullable SByte value from current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
public virtual bool ReadNullableSByte(
	out Nullable<sbyte> result
)

Parameters

result
Type: SystemNullableSByte

[Missing <param name="result"/> documentation for "M:MsgPack.Unpacker.ReadNullableSByte(System.Nullable{System.SByte}@)"]

Return Value

Type: Boolean
The nullable SByte value read from current data source successfully.
Exceptions
ExceptionCondition
InvalidMessagePackStreamException Cannot read a value because the underlying stream unexpectedly ends.
MessageTypeException A value read from data source is not compatible for the nullable SByte type.
See Also