Click or drag to resize
AppSettingsGet Method
Retrive an application setting key from config file

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string Get(
	string configPath,
	string key
)

Parameters

configPath
Type: SystemString
Path (without filename) of config file
key
Type: SystemString
Setting key to retrive

Return Value

Type: String
value of the application key
See Also