Click or drag to resize

PrsReaderReadString Method

Reads a string 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 ReadString(
	string section,
	string key,
	out string value,
	string defaultValue,
	bool trim = true
)

Parameters

section
Type: SystemString
The section.
key
Type: SystemString
The key.
value
Type: SystemString
The value.
defaultValue
Type: SystemString
The default value.
trim (Optional)
Type: SystemBoolean
If true trims the string.

Return Value

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