TextWriter.Write Method (String, Object, Object, Object)
Assembly: mscorlib (in mscorlib.dll)
public void Write ( String format, Object arg0, Object arg1, Object arg2 )
public function Write ( format : String, arg0 : Object, arg1 : Object, arg2 : Object )
Not applicable.
Parameters
- format
The formatting string.
- arg0
An object to write into the formatted string.
- arg1
An object to write into the formatted string.
- arg2
An object to write into the formatted string.
| Exception type | Condition |
|---|---|
| format is a null reference (Nothing in Visual Basic). | |
| The TextWriter is closed. | |
| An I/O error occurs. | |
| The format specification in format is invalid. -or- The number indicating an argument to be formatted is less than zero, or larger than or equal to the number of provided objects to be formatted. |
This method does not search the specified String for individual newline characters (hexadecimal 0x000a) and replace them with NewLine.
If a specified object is not referenced in the format string, it is ignored.
For a list of common I/O tasks, see Common I/O Tasks.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.