Redigera

Dela via


BinaryTokenStreamReader.ReadUInt Method

Definition

Read an UInt32 value from the stream.

public uint ReadUInt ();
member this.ReadUInt : unit -> uint32
abstract member ReadUInt : unit -> uint32
override this.ReadUInt : unit -> uint32
Public Function ReadUInt () As UInteger

Returns

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

Implements

Applies to