public static string ReadParameter (string paramName);

Parameters

paramNameSpecific name of a command line parameter.

Returns

string The parameter value. If empty, the parameter wasn't used on the command line.

Description

A utility function to read command line arguments passed to the current process.