Click or drag to resize

IGetStringValueGetStringValues method

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

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
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
See also