Search Results for

    Show / Hide Table of Contents

    Class EnvAccessorExtensions

    Represents an accessor of environment variables for the String class.

    Inheritance
    Object
    EnvAccessorExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2021 DotEnv.Core