Click or drag to resize

PrsReaderReadDouble Method

Reads a double from the file.

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

Parameters

section  String
The section.
key  String
The key.
value  Double
The value.
defaultValue  Double
The default value.

Return Value

Boolean
True if successful, false otherwise.
See Also