[Previous] [Contents] [Next]

The System.Console.WriteLine Method

The System.Console.WriteLine method writes the provided string-followed by a line terminator-to the standard output device. In most cases, unless you do something fancy to change this or are using an editor that redirects the output to a window, this means the string will be output in a console window.

[Previous] [Contents] [Next]