I used to code in C language in the past and I found the scanf
function very useful.
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 incomplete.
Does anyone know a scanf
C# implementation ? Or at least something that would work as a reversed string.Format
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…