option_get_uint32


Description:

[ Version ( since = "1.26" ) ]
public bool option_get_uint32 (string opt_name, out uint32 out_value)

Parameters:

this

the Setting

opt_name

the option to get

out_value

the optional output value. If the option is unset, 0 will be returned.

Returns:

true if opt_name is set to a uint32 variant.