Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetValueAsDouble Method (configManager, key, defaultValue)
NamespacesGenesyslab.Desktop.InfrastructureExtensionsGetValueAsDouble(IConfigManager, String, Double)
Gets the value as double from the configuration manager.
Declaration Syntax
C#Visual BasicVisual C++
public static double GetValueAsDouble(
	this IConfigManager configManager,
	string key,
	double defaultValue
)
<ExtensionAttribute> _
Public Shared Function GetValueAsDouble ( _
	configManager As IConfigManager, _
	key As String, _
	defaultValue As Double _
) As Double
[ExtensionAttribute]
public:
static double GetValueAsDouble(
	IConfigManager^ configManager, 
	String^ key, 
	double defaultValue
)
Parameters
configManager (IConfigManager)
The configuration manager.
key (String)
The key.
defaultValue (Double)
The default value.
Return Value
The value as a double.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)