How to

get input text in console application

Published: 9. October 2011 | Updated: 9. October 2011
License: Microsoft Public License (MS-PL)
Categories: Consoles
Tags: C# Console Text
Was this snippet helpful for you? YESYES / NONO
var text = Console.ReadLine();
Send us feedback about this snippet »



Related Snippets: