Click or drag to resize

PrsReaderWriteDouble Method

Writes the double.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public void WriteDouble(
	string section,
	string key,
	double val,
	int precision = 3,
	bool forcePointSeparator = true
)

Parameters

section  String
The section.
key  String
The key.
val  Double
The value.
precision  Int32  (Optional)
The precision.
forcePointSeparator  Boolean  (Optional)
If set to true [force point separator].
Exceptions
ExceptionCondition
PrsReaderException
See Also