Console..::..Write Method (String, Object, Object, Object, Object)
Writes the text representation of the specified objects and variable-length parameter list to the standard output stream using the specified format information.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
Parameters
- format
- Type: System..::..String
A composite format string.
- arg0
- Type: System..::..Object
The first object to write using format.
- arg1
- Type: System..::..Object
The second object to write using format.
- arg2
- Type: System..::..Object
The third object to write using format.
- arg3
- Type: System..::..Object
The fourth object to write using format.