TextWriter.Write Method (String, Object[])
.NET Framework 3.0
Writes out a formatted string, using the same semantics as String.Format.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
| Exception type | Condition |
|---|---|
| format or arg 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 arg. Length. |
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.Community Additions
ADD
Show: