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
Parameter | Type | Description |
---|---|---|
variable | const String& | The string containing the name of the variable to retrieve |
Return Value
The value of the specified variable
See Also
- Class String
- Struct Environment
- Namespace System
- Library Aspose.Slides