Method TryGetBootConfigBoolean
TryGetBootConfigBoolean(string, out bool)
Return a boolean based on the value stored at key
Declaration
public bool TryGetBootConfigBoolean(string key, out bool value)
Parameters
Type | Name | Description |
---|---|---|
string | key | key to look for in the boot config |
bool | value | Where we store the result. |
Returns
Type | Description |
---|---|
bool | true if we find the key in the bootconfig, otherwise we return false |