Search Results for

    Show / Hide Table of Contents

    Enum ConcatKeysOptions

    Specifies the options for concatenation of duplicate keys such as whether to concatenate at the start or end of the value.

    Namespace: DotEnv.Core
    Assembly: DotEnv.Core.dll
    Syntax
    public enum ConcatKeysOptions

    Fields

    Name Description
    End

    This option will tell the parser to concatenate at the end of the value of a duplicate key.

    Start

    This option will tell the parser to concatenate at the beginning of the value of a duplicate key.

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