Gets the setting value by the specific key.
Namespace: DotNetNuke.Entities.ControllersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public double GetDouble( string key ) |
Visual Basic |
---|
Public Function GetDouble ( key As String ) As Double |
Parameters
- key
- Type: System..::..String
The key.
Return Value
host setting's value.Implements
IHostController..::..GetDouble(String)
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | key is empty. |