Click or drag to resize
AppSettingsDelete Method
Remove 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 bool Delete(
	string configPath,
	string key
)

Parameters

configPath
Type: SystemString
Path (without filename) of config file
key
Type: SystemString
Key to remove

Return Value

Type: Boolean
True on success; false otherwise
See Also