Click or drag to resize
UnpackerReadNullableUInt16 Method
Reads next nullable UInt16 value from current stream.

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

Parameters

result
Type: SystemNullableUInt16

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

Return Value

Type: Boolean
The nullable UInt16 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 UInt16 type.
See Also