get_bool


Description:

[ Version ( since = "2.10" ) ]
public bool get_bool (string key)

Returns the boolean represented by the value that is associated with key.

The string “true” represents true, any other string false.

Parameters:

this

a PrintSettings

key

a key

Returns:

true, if key maps to a true value.