CfParser.getEnvValue

string getEnvValue(string varName) @safe

Gets an environment variable value using the configured reader.

Parameters

varNameThe name of the environment variable

Returns

The value of the environment variable, or null if not set.