Search Results for

    Show / Hide Table of Contents

    Method GetCharValue

    | Improve this Doc View Source

    GetCharValue(String)

    Gets the value of a variable in char format.

    Declaration
    char GetCharValue(string variable)
    Parameters
    Type Name Description
    String variable

    The variable name of the value to get.

    Returns
    Type Description
    Char

    A value of the variable in char format.

    Exceptions
    Type Condition
    ArgumentNullException

    variable is null.

    VariableNotSetException

    variable is not set.

    FormatException

    value is not in char format.

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