162 Views
C programmers have used the sscanf() function for many years to easily parse well-structured text. Here's source code for a .NET replacement for sscanf().
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
C programmers have used the sscanf() function for many years to easily parse well-structured text. Here's source code for a .NET replacement for sscanf().