|
INIReaderasDouble Method (String)
|
return value associated to a key as an double.
Throws an exception if key could not be found.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double asDouble(
string key
)
Public Function asDouble (
key As String
) As Double
public:
double asDouble(
String^ key
)
member asDouble :
key : string -> float
Parameters
- key
- Type: SystemString
key to be searched
Return Value
Type:
Doubledouble associated to key
See Also