Edit

Share via


CborReader.ReadUInt64 Method

Definition

Important

This API is not CLS-compliant.

Reads the next data item as an unsigned integer (major type 0).

public:
 System::UInt64 ReadUInt64();
[System.CLSCompliant(false)]
public ulong ReadUInt64 ();
[<System.CLSCompliant(false)>]
member this.ReadUInt64 : unit -> uint64
Public Function ReadUInt64 () As ULong

Returns

The decoded integer value.

Attributes

Exceptions

The next data item does not have the correct major type.

The encoded integer is out of range for UInt64.

The next value has an invalid CBOR encoding.

-or-

There was an unexpected end of CBOR encoding data.

-or-

The next value uses a CBOR encoding that is not valid under the current conformance mode.

Applies to