Click or drag to resize

XmlGetStringValues method

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

Namespace: NetEti.FileTools
Assembly: NetEti.XMLAccess (in NetEti.XMLAccess.dll) Version: 1.0.0+3b7af40ae88c698645ce487c29a17724746a99fa
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