Click or drag to resize

PrsReaderReadInteger Method

Reads a integer 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 ReadInteger(
	string section,
	string key,
	out int value,
	int defaultValue
)

Parameters

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

Return Value

Boolean
True if successful, false otherwise.
See Also