Click or drag to resize
AppSettingsSave Method
Save 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 Save(
	string configPath,
	string key,
	string value
)

Parameters

configPath
Type: SystemString
Path (without filename) of config file
key
Type: SystemString
Key to save
value
Type: SystemString
New value key

Return Value

Type: Boolean
True on success; false otherwise
See Also