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 );
Exception Type | Condition |
---|---|
IOException | An I/O error occurs. |
BinaryWriter Class | BinaryWriter Members | System.IO Namespace | BinaryWriter.Write Overload List