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.

This API is not CLS-compliant. 

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

<CLSCompliantAttribute(False)> _
Public Overridable Sub Write ( _
    value As UInteger _
)
[CLSCompliantAttribute(false)]
public virtual void Write(
    uint value
)

Parameters

Exceptions

Exception Condition
IOException

An I/O error occurs.

ObjectDisposedException

The stream is closed.

Remarks

BinaryWriter stores this data type in little endian format.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

BinaryWriter Class

Write Overload

System.IO Namespace