UnpackingUnpackUInt64 Method (Byte) |
Namespace: MsgPack
[CLSCompliantAttribute(false)] public static UnpackingResult<ulong> UnpackUInt64( byte[] source )
Exception | Condition |
---|---|
ArgumentNullException | source is null. |
ArgumentException | source is empty. |
UnpackException | source is not valid MessagePack stream. |
MessageTypeException | The unpacked result in the source is not compatible to UInt64. |
Invocation of this method is equivalant to call UnpackUInt64(Byte, Int32) with offset is 0.
When the type of packed value is not known, use UnpackObject(Byte) instead.