Click or drag to resize

PrsReaderWriteDouble Method

Writes the double.

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

Parameters

section
Type: SystemString
The section.
key
Type: SystemString
The key.
val
Type: SystemDouble
The value.
precision (Optional)
Type: SystemInt32
The precision.
forcePointSeparator (Optional)
Type: SystemBoolean
If set to true [force point separator].
Exceptions
ExceptionCondition
PrsReaderException
See Also