reading a set count of characters from the console input stream

Posted by metro on Stack Overflow See other posts from Stack Overflow or by metro
Published on 2010-04-11T20:32:51Z Indexed on 2010/04/11 22:13 UTC
Read the original article Hit count: 198

I'm trying to make something like a textbox for a console application, how to limit the Console.In to only read a defined count of characters from user inputs ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about console-application