command args

  1. A

    Parse command line arguments with options

    Hi, In a .NET console application, I want to pass parameters with options like below. program.exe -c <config file> -t <type> -s <start date> -e <end date> If a console program is called like above, we need to get the individual values in the progam properly even if the order of the...
Back
Top