ConsoleWrite Method (Object) |
Writes the text representation of the specified object to the standard output stream.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static void Write(
Object value
)
Parameters
- value
- Type: SystemObject
The value to write, or null.
Exceptions Exception | Condition |
---|
IOException | An I/O error occurred. |
See Also