answersLogoWhite

0

It depends on which interface you are using. If you are using console, you can use

Console.Read();

Console.ReadKey();

Console.ReadLine();

If are using GUI, you can use TextBox.Text field or other similar elements and then parse Text in any format you like.

User Avatar

Wiki User

14y ago

What else can I help you with?