#include <ararguments.h>
Static Public Member Functions | |
| void | ToLowerCase (int argc, char *argv[]) |
| Converts any switches to lower case. | |
| int | FindSwitch (const char *name, int argc, char *argv[]) |
| Returns the index of the specified switch in the arguments. | |
| char * | GetSwitchValue (const char *name, int argc, char *argv[]) |
| Searches for the specified switch and returns the associated value. | |
|
||||||||||||||||
|
Returns the index of the specified switch in the arguments.
|
|
||||||||||||||||
|
Searches for the specified switch and returns the associated value.
|
|
||||||||||||
|
Converts any switches to lower case. Only switches starting with '-' with be converted. values associated with switches will not be converted e.g. -FileName "Sample.Tif" will be converted to -filename "Sample.Tif".
|
1.3.9.1