ConsoleWrite Method (Char) |
Writes the specified array of Unicode characters to the standard output stream.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static void Write(
char[] buffer
)
Parameters
- buffer
- Type: SystemChar
A Unicode character array.
Exceptions Exception | Condition |
---|
IOException | An I/O error occurred. |
See Also