This topic has not yet been rated - Rate this topic

StreamWriter.WriteLine Method

.NET Micro Framework 3.0
Writes a string followed by a line terminator to the text stream.

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

public override void WriteLine (
         string value
)

Parameters

value
The string to write. If value is a null reference, only the line termination characters are written.

This version of WriteLine is equivalent to Write.

The line terminator string is defined by the NewLine property.

This method does not search the specified String for individual newline characters (hexadecimal 0x000a) and replace them with NewLine.

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.