TextWriter.WriteLine Method
Writes a string followed by a line terminator to the text stream.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual void WriteLine (
UInt64value
)
Parameters
- value
The string to write. If value is a null reference, only the line termination characters are written.
Remarks
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.
Version Information
Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.