[ Version ( since = "2.10" ) ]
public int get_int_with_default (string key, int def)
Returns the value of key
, interpreted as an integer, or the default value.
this | |
key |
a key |
def |
the default value |
the integer value of |