Click or drag to resize

INIReaderasDouble Method (String, Double)

return value associated to a key as an double

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double asDouble(
	string key,
	double default_value
)

Parameters

key
Type: SystemString
key to be searched
default_value
Type: SystemDouble
default value if key does not exist

Return Value

Type: Double
double associated to the key or the default value
See Also