I used to code in C language in the past and I found the scanf function very usefull. Unfortunately, there is no equivalent in C#.
I am using using it to parse semi-structured text files.
I found an interresting example of scanf implementation here. Unfortunately, it looks old and uncomplete.
Do anyone knows a scanf C# implementation ? Or at least something that would work as a reversed string.Format ?