| PrsReaderReadDouble Method |
Reads a double from the file.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
- The section.
- key String
- The key.
- value Double
- The value.
- defaultValue Double
- The default value.
Return Value
BooleanTrue if successful,
false otherwise.
See Also