Method TryGetBootConfigValue
TryGetBootConfigValue(string, out string)
Get a config value from the boot config, given a specific key.
Declaration
public bool TryGetBootConfigValue(string key, out string value)
Parameters
Type | Name | Description |
---|---|---|
string | key | Key we want to locate in the boot config |
string | value | Where we store the result. |
Returns
Type | Description |
---|---|
bool | true if we find the key in the bootconfig, otherwise we return false |