Method ParseAndGetBool
ParseAndGetBool(string)
Parses command line args of the application and gets value of the argument specified by the name.
public static bool ParseAndGetBool(string prmName)
Parameters
prmName
stringCommand line argument name. Example: -IsDark.