TextWriter.WriteLine Method (UInt32)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Writes the text representation of a 4-byte unsigned integer followed by a line terminator to the text stream.

This API is not CLS-compliant. 

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

Syntax

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

Parameters

Exceptions

Exception Condition
ObjectDisposedException

The TextWriter is closed.

IOException

An I/O error occurs.

Remarks

The text representation of the specified value is produced by calling ToString.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

TextWriter Class

WriteLine Overload

System.IO Namespace