ConsoleWriteLine Method (Char) |
Writes the specified Unicode character, followed by the current line terminator, value to the standard output stream.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static void WriteLine(
char value
)
Parameters
- value
- Type: SystemChar
The value to write.
Exceptions Exception | Condition |
---|
IOException | An I/O error occurred. |
See Also