This topic has not yet been rated - Rate this topic

StringWriter.Write Method (Char)

May 02, 2013

Writes a character to this instance of the StringWriter.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)
public override void Write(
	char value
)

Parameters

value
Type: System.Char
The character to write.
ExceptionCondition
ObjectDisposedException

The writer is closed.

This method overrides TextWriter.Write.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.