Method SetBootConfigBoolean
SetBootConfigBoolean(string, bool)
Method for setting a specific BOOLEAN config option. This method ensures a consistent method for writing a boolean value
Declaration
public bool SetBootConfigBoolean(string key, bool value)
Parameters
Type | Name | Description |
---|---|---|
string | key | Key of the value to be stored |
bool | value | Boolean value to set |
Returns
Type | Description |
---|---|
bool | If the |