Search Results for

    Show / Hide Table of Contents

    Method EnvFloat

    | Improve this Doc View Source

    EnvFloat(String, Single)

    Gets the value of a variable in float format.

    Declaration
    float EnvFloat(string variable, float defaultValue = 0F)
    Parameters
    Type Name Description
    String variable

    Environment variable name.

    Single defaultValue

    A default value in case the variable is not set.

    Returns
    Type Description
    Single

    A value of the environment variable in float format.

    Remarks

    If the environment variable is not set, the method will return the default value.

    Exceptions
    Type Condition
    ArgumentNullException

    variable is null.

    FormatException

    value is not in float format.

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