[ Version ( since = "4.2" ) ]
public bool read_bool_entry (string key, bool fallback)
Reads the value of an entry specified by key in the current group and interpret it as a boolean value.
Currently "on", "true" and "yes" are accepted as true, everything else is false.
| this |
an Rc object. |
| key |
the key to search for. |
| fallback |
a default value returned if the |
|
the value for this |