Click or drag to resize

PrsReaderWriteInteger Method

Writes the integer.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public void WriteInteger(
	string section,
	string key,
	int val
)

Parameters

section
Type: SystemString
The section.
key
Type: SystemString
The key.
val
Type: SystemInt32
The value.
See Also