Mono Class Library: System.IO.TextWriter Overview | Members

System.IO.TextWriter.WriteLine Overloads

The overloads of WriteLine are listed below. For a list of all members, see the TextWriter Members list.

Public Methods

WriteLine()
Writes a line terminator to the text stream.
WriteLine(bool)
Writes the text representation of a bool value followed by a line terminator to the text stream.
WriteLine(char)
Writes a specified character followed by a line terminator to the text stream.
WriteLine(char[])
Writes a specified character array followed by a line terminator to the text stream.
WriteLine(decimal)
Writes the text representation of a specified decimal value followed by a line terminator to the text stream.
WriteLine(double)
Writes the text representation of a specified double value followed by a line terminator to the text stream.
WriteLine(int)
Writes the text representation of a specified int value followed by a line terminator to the text stream.
WriteLine(long)
Writes the text representation of a specified long value followed by a line terminator to the text stream.
WriteLine(object)
Writes the text representation of a specified object followed by a line terminator to the text stream.
WriteLine(float)
Writes the text representation of a specified float value followed by a line terminator to the text stream.
WriteLine(string)
Writes a specified string followed by a line terminator to the text stream.
WriteLine(uint)
Writes the text representation of a specified uint value followed by a line terminator to the text stream.
WriteLine(ulong)
Writes the text representation of a specified ulong value followed by a line terminator to the text stream.
WriteLine(string, object)
Writes out a formatted string followed by a line terminator to the text stream.
WriteLine(string, params object[])
Writes out a formatted string followed by a line terminator to the text stream.
WriteLine(char[], int, int)
Writes a sub-array of characters from a specified character array, followed by a line terminator to the text stream.
WriteLine(string, object, object)
Writes out a formatted string followed by a line terminator to the text stream.
WriteLine(string, object, object, object)
Writes out a formatted string followed by a line terminator to the text stream.