Click or drag to resize

IniReadSetting method

Reads the value of an entry from a section of the ini file. If the desired entry is not found, the default is used.

Namespace: NetEti.FileTools
Assembly: NetEti.IniAccess (in NetEti.IniAccess.dll) Version: 1.0.0+1c058e2e1662afc6d0759c99cc29dbbe512579b9
Syntax
public string? ReadSetting(
	
	string section,
	
	string entry,
	
	string? defaultValue
)

Parameters

section  String
The section [...] in the file
entry  String
The specific parameter
defaultValue  String
The default to be returned in the event of failure

Return value

String
Value of the searched entry or default
See also