![]() |
Sphyrnidae Common Library
2.0.1
Shared Utilities/Library
|
Wrapper/Helper class around retrieving environmental variables More...
Static Public Member Functions | |
static string | Get (IEnvironmentSettings settings, string name, string defaultValue=null) |
Retrieves an environmental variable value More... | |
Wrapper/Helper class around retrieving environmental variables
|
static |
Retrieves an environmental variable value
settings | The instance of the IEnvironmentSettings interface |
name | The name of the environmental variable |
defaultValue | If the environmental variable is not found in the collection from IEnvironmentSettings.Get(), this will be returned instead |