TextWriter::WriteLine Method (UInt32)
Silverlight
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)
Parameters
- value
- Type: System::UInt32
The 4-byte unsigned integer to write.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The TextWriter is closed. |
| IOException | An I/O error occurs. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: