Click or drag to resize

PrsReaderReadString Method

Reads a string from the file.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public bool ReadString(
	string section,
	string key,
	out string value,
	string defaultValue,
	bool trim = true
)

Parameters

section  String
The section.
key  String
The key.
value  String
The value.
defaultValue  String
The default value.
trim  Boolean  (Optional)
If true trims the string.

Return Value

Boolean
True if successful, false otherwise.
See Also