Click or drag to resize

PrsReaderReadBoolean Method

Reads a bool from the file.

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

Parameters

section
Type: SystemString
The section.
key
Type: SystemString
The key.
value
Type: SystemBoolean
The value.
defaultValue
Type: SystemBoolean
The default value.

Return Value

Type: Boolean
True if successful, false otherwise.
See Also