Edit

Share via


BinaryTokenStreamReader.ReadULong Method

Definition

Read an UInt64 value from the stream.

public ulong ReadULong ();
member this.ReadULong : unit -> uint64
abstract member ReadULong : unit -> uint64
override this.ReadULong : unit -> uint64
Public Function ReadULong () As ULong

Returns

Data from current position in stream, converted to the appropriate output type.

Implements

Applies to