Click or drag to resize

PrsReaderWriteString Method

Writes the string.

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

Parameters

section  String
The section.
key  String
The key.
val  String
The value.
Exceptions
ExceptionCondition
PrsReaderException
See Also