Edit

Share via


IBinaryTokenStreamReader.ReadULong Method

Definition

Read an UInt64 value from the stream.

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

Returns

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

Applies to