set_string
Description:
public bool set_string (
string name,
string value)
throws Error
Set a new string value of a configuration.
Parameters:
| this |
a Config.
|
| name |
the name of the configuration value.
|
| value |
the new value.
|
Returns:
|
true if the value was successfully set, false otherwise.
|