BinaryTokenStreamReader.ReadULong Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.