Click or drag to resize

IniGetStringValue method

Returns exactly one value for a key. If there is no value for the key, defaultValue is returned.

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

Parameters

key  String
The access key (string)
defaultValue  String
The default result (string)

Return value

String
The result string

Implemented

IGetStringValueGetStringValue(String, String)
See also