Click or drag to resize

StiSettingsGetDouble Method (String, String, Double)

[Missing <summary> documentation for "M:Stimulsoft.Report.StiSettings.GetDouble(System.String,System.String,System.Double)"]

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static double GetDouble(
	string key,
	string subkey,
	double nullValue
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.StiSettings.GetDouble(System.String,System.String,System.Double)"]

subkey
Type: SystemString

[Missing <param name="subkey"/> documentation for "M:Stimulsoft.Report.StiSettings.GetDouble(System.String,System.String,System.Double)"]

nullValue
Type: SystemDouble

[Missing <param name="nullValue"/> documentation for "M:Stimulsoft.Report.StiSettings.GetDouble(System.String,System.String,System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Stimulsoft.Report.StiSettings.GetDouble(System.String,System.String,System.Double)"]

See Also