Click or drag to resize

RegGetStringValues method

Returns an array of the values of a single parameter (Regedit right). Only applicable for REG_MULTI_SZ parameters!

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

Parameters

key  String
Path to the parameter whose value (Regedit right-hand side) is being searched for based on the currently set RegistryRoot and RegistryBasePath.
defaultValues  String
Returned if no matching entries were found.

Return value

String
String values (REG_MULTI_SZ)) of the key (registry on the right)

Implemented

IGetStringValueGetStringValues(String, String)
See also