Environment.get

  1. string get(cstring variable, string def)
    struct Environment
    static
    string
    get
    (
    cstring variable
    ,
    string def = null
    )
  2. string[string] get()

Return Value

Type: string

the provided 'def' value if the variable does not exist

Meta