Click or drag to resize

StiSettingsGetDecimal Method (String, String, Decimal)

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

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

Parameters

key
Type: SystemString

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

subkey
Type: SystemString

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

nullValue
Type: SystemDecimal

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

Return Value

Type: Decimal

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

See Also