| BinaryReaderReadUInt32 Method  | 
Reads a 4-byte unsigned integer from the current stream and advances the position of the stream by four bytes.
 
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntaxpublic virtual uint ReadUInt32()
Return Value
Type: 
UInt32A 4-byte unsigned integer read from this stream.
Exceptions| Exception | Condition | 
|---|
| EndOfStreamException | The end of the stream is reached.  | 
| ObjectDisposedException | The stream is closed.  | 
| IOException | An I/O error occurs.  | 
See Also