Reads a four-byte unsigned integer from the current stream and advances the position of the stream by four bytes.
[Visual Basic] Overridable Public Function ReadUInt32() As UInt32 [C#] public virtual uint ReadUInt32(); [C++] public: virtual unsigned int ReadUInt32(); [JScript] public function ReadUInt32() : UInt32;
A four-byte unsigned integer read from this stream.
Exception Type | Condition |
---|---|
EndOfStreamException | The end of the stream has been reached. |
IOException | An I/O error occurs. |
BinaryReader Class | BinaryReader Members | System.IO Namespace