Search Results for

    Show / Hide Table of Contents

    Method EnvByte

    | Improve this Doc View Source

    EnvByte(String, Byte)

    Gets the value of a variable in byte format.

    Declaration
    byte EnvByte(string variable, byte defaultValue = 0)
    Parameters
    Type Name Description
    String variable

    Environment variable name.

    Byte defaultValue

    A default value in case the variable is not set.

    Returns
    Type Description
    Byte

    A value of the environment variable in byte 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 byte format.

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