 | AppSettingsDelete Method |
Remove an application setting key from config file
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static bool Delete(
string configPath,
string key
)
Public Shared Function Delete (
configPath As String,
key As String
) As Boolean
Parameters
- configPath
- Type: SystemString
Path (without filename) of config file - key
- Type: SystemString
Key to remove
Return Value
Type:
BooleanTrue on success; false otherwise
See Also