Method EnvBool
| Improve this Doc View SourceEnvBool(String, Boolean)
Gets the value of a variable in bool
format.
Declaration
bool EnvBool(string variable, bool defaultValue = false)
Parameters
Type | Name | Description |
---|---|---|
String | variable | Environment variable name. |
Boolean | defaultValue | A default value in case the variable is not set. |
Returns
Type | Description |
---|---|
Boolean | A value of the environment variable in |
Remarks
If the environment variable is not set, the method will return the default value.
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
FormatException |
|