Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetBoolean Method (value)
NamespacesGenesyslab.Desktop.Modules.Core.Model.ConfigurationIConfigurationHelperGetBoolean(String)
Determines if the value is a boolean and the boolean value.
Declaration Syntax
C#Visual BasicVisual C++
State GetBoolean(
	string value
)
Function GetBoolean ( _
	value As String _
) As State
State GetBoolean(
	String^ value
)
Parameters
value (String)
The value.
Return Value
true if this is a boolean value; otherwise, false.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)