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