get_param_value_boolean


Description:

[ Version ( since = "0.2.0" ) ]
public bool get_param_value_boolean (string key)

Retrieve the parameter value associated with a named key as a boolean.

If multiple values are stored against the key, only the first value is returned. If no value is associated, FALSE is returned

Parameters:

this

an Entity containing the parameters

key

the name of the key

Returns:

the value associated with the key as a boolean, or FALSE