Click or drag to resize

PrsReaderWriteString Method

Writes the string.

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

Parameters

section
Type: SystemString
The section.
key
Type: SystemString
The key.
val
Type: SystemString
The value.
Exceptions
ExceptionCondition
PrsReaderException
See Also