Click or drag to resize

PrsReaderReadDouble Method

Reads a double from the file.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public bool ReadDouble(
	string section,
	string key,
	out double value,
	double defaultValue
)

Parameters

section
Type: SystemString
The section.
key
Type: SystemString
The key.
value
Type: SystemDouble
The value.
defaultValue
Type: SystemDouble
The default value.

Return Value

Type: Boolean
True if successful, false otherwise.
See Also