Class EnvAccessorExtensions
Represents an accessor of environment variables for the String class.
Inherited Members
Namespace: DotEnv.Core
Assembly: DotEnv.Core.dll
Syntax
public static class EnvAccessorExtensions
Methods
Name | Description |
---|---|
GetEnv(String) | Gets the value of an environment variable from the current process. |
GetEnv<TConversionType>(String) | Gets the value of an environment variable in a specific format. |