CfParser.getEnvValue
string getEnvValue(string varName) @safeGets an environment variable value using the configured reader.
Parameters
varName | The name of the environment variable |
Returns
The value of the environment variable, or null if not set.
string getEnvValue(string varName) @safeGets an environment variable value using the configured reader.
varName | The name of the environment variable |