Mono Class Library: System.Console Overview | Members

System.Console.WriteLine Overloads

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

Public Methods

static
WriteLine()
Writes a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(bool)
Writes the text representation of a bool followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(char)
Writes a character followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(char[])
Writes an array of characters followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(decimal)
Writes the text representation of a specified decimal followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(double)
Writes the text representation of a specified double followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(int)
Writes the text representation of a specified int followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(long)
Writes the text representation of a specified long followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(object)
Writes the text representation of a specified object followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(float)
Writes the text representation of a specified float followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(string)
Writes a specified string followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(uint)
Writes the text representation of a specified uint followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(ulong)
Writes the text representation of a specified ulong followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(string, object)
Writes a formatted string and a line terminator to the Console.OutSystem.IO.TextWriter.
static
WriteLine(string, params object[])
Writes a formatted string and a new line to the Console.OutSystem.IO.TextWriter .
static
WriteLine(char[], int, int)
Writes a subarray of characters followed by a line terminator to the Console.OutSystem.IO.TextWriter .
static
WriteLine(string, object, object)
Writes a formatted string and a new line to the Console.OutSystem.IO.TextWriter .
static
WriteLine(string, object, object, object)
Writes a formatted string and a new line to the Console.OutSystem.IO.TextWriter .
static
WriteLine(string, object, object, object, object)
Documentation for this section has not yet been entered.