c# reading a set count of characaters 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 20:43 UTC
Read the original article Hit count: 214

Im tring to make something like a textbox for a console application, how to limit the Console.Out to only write a defined count of characters from user inputs ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about console-application