Setting.getString

returns str item by key from map

  1. string getString(int index, string defValue)
  2. string getString(string key, string defValue)
    class Setting
    string
    getString
    (
    string key
    ,
    string defValue = null
    )

Meta