Click or drag to resize

PrsReaderReadInteger Method

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

Parameters

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

Return Value

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