Method ParseAndHasArgument
ParseAndHasArgument(string)
Parses command line args of the application and checks if the specified argument exists.
public static bool ParseAndHasArgument(string prmName)
Parameters
prmName
stringCommand line argument name. Example: -IsDark.
Returns
- bool
True if the argument exists, otherwise false.