BinaryWriter.Write Method (UInt32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes a four-byte unsigned integer to the current stream and advances the stream position by four bytes.
Assembly: mscorlib (in mscorlib.dll)
'Declaration <CLSCompliantAttribute(False)> _ Public Overridable Sub Write ( _ value As UInteger _ )
Parameters
- value
- Type: System.UInt32
The four-byte unsigned integer to write.
| Exception | Condition |
|---|---|
| IOException | An I/O error occurs. |
| ObjectDisposedException | The stream is closed. |
Show: