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!

BinaryWriter.Write (Char)

Writes a Unicode character to the current stream and advances the current position of the stream in accordance with the Encoding used and perhaps the particular characters being written to the stream.

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

Parameters

ch
The character to write.

Exceptions

Exception Type Condition
IOException An I/O error occurs.

See Also

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