Click or drag to resize
PluginSettings.ReadBool Method (IPlugin, String, Boolean)
Returns a bool from Values.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ReadBool(
	IPlugin plugin,
	string key,
	bool defaultValue
)

Parameters

plugin
Type: VirtualRadar.Interface.IPlugin
key
Type: System.String
defaultValue
Type: System.Boolean

Return Value

Type: Boolean
See Also