ConfigFileHelperGetArgument Method

Returns the argument value in the configuration file for a given key.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public string GetArgument(
	string argumentKey
)

Parameters

argumentKey  String
Key of the argument.

Return Value

String
An empty string is returned if the argument key is not found.

See Also