Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StringWriter::WriteLineAsync Method

.NET Framework (current version)
 

Writes data followed by a line terminator asynchronously to the string.

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

NameDescription
System_CAPS_pubmethodWriteLineAsync()

Writes a line terminator asynchronously to the text string or stream.(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLineAsync(Char)

Writes a character followed by a line terminator asynchronously to the string.(Overrides TextWriter::WriteLineAsync(Char).)

System_CAPS_pubmethodWriteLineAsync(array<Char>^)

Writes an array of characters followed by a line terminator asynchronously to the text string or stream.(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLineAsync(array<Char>^, Int32, Int32)

Writes a subarray of characters followed by a line terminator asynchronously to the string.(Overrides TextWriter::WriteLineAsync(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodWriteLineAsync(String^)

Writes a string followed by a line terminator asynchronously to the current string.(Overrides TextWriter::WriteLineAsync(String^).)

Return to top
Show:
© 2017 Microsoft