C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.IO
TextWriter Class
TextWriter Methods
Write Method
Write Method (Boolean)
Write Method (Char)
Write Method (Char[])
Write Method (Decimal)
Write Method (Double)
Write Method (Int32)
Write Method (Int64)
Write Method (Object)
Write Method (Single)
Write Method (String)
Write Method (UInt32)
Write Method (UInt64)
Write Method (String, Object)
Write Method (String, Object[])
Write Method (Char[], Int32, Int32)
Write Method (String, Object, Object)
Write Method (String, Object, Object, Object)
TextWriter
Write Method (Char)
Writes a character to the text stream.
Namespace:
System.IO
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
virtual
void
Write
(
char
value
)
Parameters
value
Type:
System
Char
The character to write to the text stream.
Exceptions
Exception
Condition
ObjectDisposedException
The
TextWriter
is closed.
IOException
An I/O error occurs.
See Also
Reference
TextWriter Class
Write Overload
System.IO Namespace