PSHostUserInterface.ReadLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads characters from the console until a newline (a carriage return) is encountered.
public:
abstract System::String ^ ReadLine();
public:
abstract Platform::String ^ ReadLine();
abstract std::wstring ReadLine();
public abstract string ReadLine ();
abstract member ReadLine : unit -> string
Public MustOverride Function ReadLine () As String
Returns
The characters typed by the user.