Tag Archive

CmdParamLib – .NET Command Line Parameter Parsing Library

Published on August 17, 2010 By RobK410

There exists a need to have a convienient method of parsing and then organizing command line parameters passed to an application. I wrote this little bit of code to parse through command line parameters and associated values and return them in an name value pair object list. Behold the free source code of CmdParamLib! Code [...]