Share via


WriteLine 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 followed by a line terminator to the text string or stream.

Namespace:  System.IO
Assembly:  System.IO (in System.IO.dll)

Syntax

'Declaration
Public Overridable Sub WriteLine ( _
    value As Char _
)
public virtual void WriteLine(
    char value
)
public:
virtual void WriteLine(
    wchar_t value
)
abstract WriteLine : 
        value:char -> unit 
override WriteLine : 
        value:char -> unit 
public function WriteLine(
    value : char
)

Parameters

Remarks

This overload is equivalent to Write(Char) followed by WriteLine()()()() .

The line terminator is defined by the CoreNewLine field.

.NET Framework Security

See Also

Reference

TextWriter Class

WriteLine Overload

System.IO Namespace