public GetParameterWithSubstitution ( string component, string parameter, bool tolerant ) : string | ||
component | string | The component or section of the config file, used to /// locate the parameter. |
parameter | string | The name of the config parameter. |
tolerant | bool | If true, this method logs warnings for unmatched environment /// variables. If false, it throws exceptions. |
리턴 | string |