 | AppSettingsSave Method |
Save 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 Save(
string configPath,
string key,
string value
)
Public Shared Function Save (
configPath As String,
key As String,
value As String
) As Boolean
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:
BooleanTrue on success; false otherwise
See Also