A sscanf() Replacement for .NET

added by scwebgroup
3/22/2011 1:56:39 PM

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