Click or drag to resize
UnpackerReadNullableUInt64 Method
Reads next nullable UInt64 value from current stream.

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

Parameters

result
Type: SystemNullableUInt64

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

Return Value

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