| 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
)
Public Function ReadDouble (
section As String,
key As String,
<OutAttribute> ByRef value As Double,
defaultValue As Double
) As Boolean
public:
bool ReadDouble(
String^ section,
String^ key,
[OutAttribute] double% value,
double defaultValue
)
member ReadDouble :
section : string *
key : string *
value : float byref *
defaultValue : float -> bool
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:
BooleanTrue if successful,
false otherwise.
See Also