Click or drag to resize

BasicAppSettingsGetStringValues method

Returns a string array for a key. If there is no value for the key, defaultValue is returned.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntax
public string?[]? GetStringValues(
	
	string key,
	
	string?[]? defaultValues
)

Parameters

key  String
The access key (string)
defaultValues  String
The default result (string[])

Return value

String
The result string array

Implemented

IGetStringValueGetStringValues(String, String)
See also