Click or drag to resize

SettingsGetStringValue method

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

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.SettingsAccess (in NetEti.SettingsAccess.dll) Version: 1.0.0+74327f8a513c1d4c053691f6420f2266134edbbe
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