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.
String.Split() works, but I was hoping for a inverse of String.Format
that works in the same way as sscanf inverses sprintf.
Thanks,
Mark
Ask a Question
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.