Click or drag to resize

AppEnvReaderGetStringValues method

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

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
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