A combination of different Parse() methods + Console.ReadLine() should
be good to read the data. If the data is separated by a known char, you
can probably use String.Split() as well.
Or,
Use RegEx and write your own scanner.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.