Click or drag to resize

PrsReaderReadBoolean Method

Reads a bool from the file.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public bool ReadBoolean(
	string section,
	string key,
	out bool value,
	bool defaultValue
)

Parameters

section  String
The section.
key  String
The key.
value  Boolean
The value.
defaultValue  Boolean
The default value.

Return Value

Boolean
True if successful, false otherwise.
See Also