Edit

Share via


IBinaryTokenStreamReader.ReadUInt Method

Definition

Read an UInt32 value from the stream.

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

Returns

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

Applies to