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 text string or stream.
Namespace: System.IO
Assembly: System.IO (in System.IO.dll)
Syntax
'Declaration
Public Overridable Sub Write ( _
value As Char _
)
public virtual void Write(
char value
)
public:
virtual void Write(
wchar_t value
)
abstract Write :
value:char -> unit
override Write :
value:char -> unit
public function Write(
value : char
)
Parameters
- value
Type: System. . :: . .Char
The character to write to the text stream.
Remarks
This default method does nothing, but derived classes can override the method to provide the appropriate functionality.
.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.