Search Results for

    Show / Hide Table of Contents

    Method AllowConcatDuplicateKeys

    | Improve this Doc View Source

    AllowConcatDuplicateKeys(ConcatKeysOptions)

    Allows concatenating the values of the duplicate keys.

    Declaration
    IEnvParser AllowConcatDuplicateKeys(ConcatKeysOptions option = ConcatKeysOptions.End)
    Parameters
    Type Name Description
    ConcatKeysOptions option

    The option indicates whether the concatenation is at the start or at the end of the value.

    Returns
    Type Description
    IEnvParser

    An instance implementing the fluent interface.

    Exceptions
    Type Condition
    ArgumentException

    option is not one of the ConcatKeysOptions values.

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