Click or drag to resize

PrsReaderWriteBoolean Method

Writes the bool.

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

Parameters

section  String
The section.
key  String
The key.
val  Boolean
The value.
See Also