ConsoleWrite Method (String, Object, Object, Object) |
Writes the text representation of the specified objects to the standard output stream using the specified format information.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static void Write(
string format,
Object arg0,
Object arg1,
Object arg2
)
Parameters
- format
- Type: SystemString
A composite format string (see Remarks). - arg0
- Type: SystemObject
The first object to write using format. - arg1
- Type: SystemObject
The second object to write using format. - arg2
- Type: SystemObject
The third object to write using format.
Exceptions See Also