Click or drag to resize

PrsReaderWriteBoolean Method

Writes the bool.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public void WriteBoolean(
	string section,
	string key,
	bool val
)

Parameters

section
Type: SystemString
The section.
key
Type: SystemString
The key.
val
Type: SystemBoolean
The value.
See Also