Search Results for

    Show / Hide Table of Contents

    Method ToDictionary

    | Improve this Doc View Source

    ToDictionary(IEnvironmentVariablesProvider)

    Converts the environment variables provider to a dictionary.

    Declaration
    public static Dictionary<string, string> ToDictionary(this IEnvironmentVariablesProvider provider)
    Parameters
    Type Name Description
    IEnvironmentVariablesProvider provider

    The environment variables provider.

    Returns
    Type Description
    Dictionary<String, String>

    A dictionary with the environment variables.

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