get_range_string


Description:


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

Get option as a range string.

The string must be in the format <emphasis>[!]&lt;low&gt;[:&lt;high&gt;]</emphasis> where low and high are Signal values. Values between low and high (both included) will be considered in the range, unless <emphasis>!</emphasis> is used to invert the range.

Parameters:

option

the option identifier

value

return location for the option value

Returns:

true if value has been set or false if the option doesn't exist


Namespace: JSC.Options