Gets the value as double from the configuration manager.

C# | Visual Basic | Visual 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 )

- configManager (IConfigManager)
- The configuration manager.
- key (String)
- The key.
- defaultValue (Double)
- The default value.

The value as a double.