Click or drag to resize

CommandLineGetStringValues method

Returns a string array for a key. If there is no value for the key, defaultValue is returned. Returns only a single value packed as an array, may have to be be extended.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.CommandLineAccess (in NetEti.CommandLineAccess.dll) Version: 1.0.0+3107384b301fc859aaac3a434ff023e72488deba
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