C Sharp Reference/System namespace/Console/ReadLine method

From Wikibooks, open books for an open world
Jump to navigation Jump to search
public static string ReadLine()

Reads a ligne of next characters starting with standard input stream.

Return value[edit | edit source]

Returns next characters of input stream, or null if there is no ligne availabe.