set_boolean


Description:


[ Version ( since = "2.24" ) ]
public bool set_boolean (string option, bool value)

Set option as a bool value.

Parameters:

option

the option identifier

value

the value to set

Returns:

true if option was correctly set or false otherwise.


Namespace: JSC.Options