get_env


Description:

public static string? get_env (string env)

Returns the value of the environment variable.

Parameters:

env

string of environment variable

Returns:

If the environment variable env is set, its value is returned. If not set, returns null.