Write Method (Char)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Writes a character to the stream.
Namespace: System.IO
Assembly: System.IO (in System.IO.dll)
Syntax
'Declaration
Public Overrides Sub Write ( _
value As Char _
)
public override void Write(
char value
)
public:
virtual void Write(
wchar_t value
) override
abstract Write :
value:char -> unit
override Write :
value:char -> unit
public override function Write(
value : char
)
Parameters
- value
Type: System. . :: . .Char
The character to write to the stream.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.