Click or drag to resize
ConsoleWrite Method (Char)
Writes the specified Unicode character value to the standard output stream.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static void Write(
	char value
)

Parameters

value
Type: SystemChar
The value to write.
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurred.
See Also