Looking for C# equivalent of scanf

Since the files are “semi-structured” can’t you use a combination of ReadLine() and TryParse() methods, or the Regex class to parse your data?

Leave a Comment