Interface IEnvironmentVariableResolver
Represents an entity that can resolve variables
Namespace: Azos.Conf
Assembly: Azos.dll
Syntax
public interface IEnvironmentVariableResolver
Methods
ResolveEnvironmentVariable(String, out String)
Turns named variable into its value or null
Declaration
bool ResolveEnvironmentVariable(string name, out string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value |
Returns
Type | Description |
---|---|
System.Boolean |