ConfigFileHelperGetArgument Method
Returns the argument value in the configuration file for a given key.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public string GetArgument(
string argumentKey
)
- argumentKey String
- Key of the argument.
StringAn empty string is returned if the argument key is not found.