Click or drag to resize

RegGetStringValue method

Returns the value of a single parameter (Regedit right). Only applicable for string parameters!

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.RegAccess (in NetEti.RegAccess.dll) Version: 1.0.0+3058b4495e47cf04ccc2758883ed79dc29ef784f
Syntax
public string? GetStringValue(
	
	string key,
	
	string? defaultValue
)

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.
defaultValue  String
Returned if no matching entry was found.

Return value

String
String value of the key (registry on the right)

Implemented

IGetStringValueGetStringValue(String, String)
See also