Share via


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

Remarks

This default method does nothing, but derived classes can override the method to provide the appropriate functionality.

.NET Framework Security

See Also

Reference

TextWriter Class

Write Overload

System.IO Namespace