NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StreamWriter.Write (Char)

Writes a character to the text stream.

[Visual Basic]
Overloads Overrides Public Sub Write( _
   ByVal value As Char _
)
[C#]
public override void Write(
   char value
);
[C++]
public: override void Write(
   __wchar_t value
);
[JScript]
public override function Write(
   value : Char
);

Parameters

value
The character to write to the text stream.

Exceptions

Exception Type Condition
IOException An I/O error occurs.

See Also

StreamWriter Class | StreamWriter Members | System.IO Namespace | StreamWriter.Write Overload List