CmdArguments.TryGetValue method

Gets the value associated with the specified command line switch.

public bool TryGetValue(string key, out string value)
parameter description
key Command line switch to search for
value Parameter for the given switch if the switch was found, otherwise the default value.

Return Value

True if the command line switch is in the dictionary, False otherwise.

See Also