Click or drag to resize

PrsReaderWriteInteger Method

Writes the integer.

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

Parameters

section  String
The section.
key  String
The key.
val  Int32
The value.
See Also