ConsoleWriteLine Method (UInt32) |
Writes the text representation of the specified 32-bit unsigned integer value, followed by the current line terminator, to the standard output stream.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static void WriteLine(
uint value
)
Parameters
- value
- Type: SystemUInt32
The value to write.
Exceptions Exception | Condition |
---|
IOException | An I/O error occurred. |
See Also