C Sharp Reference/System namespace/Console/ReadLine method
Appearance
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.