GetEnvironmentVariableA()

Environment::GetEnvironmentVariableA(const String&) method

Returns the value of the specified environment varibale associated with the current process.

static String System::Environment::GetEnvironmentVariableA(const String &variable)

Arguments

ParameterTypeDescription
variableconst String&The string containing the name of the variable to retrieve

Return Value

The value of the specified variable

See Also