Click or drag to resize
RegistryHelperGetStringValue Method
Gets the string from registry value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetStringValue(
	RegistryKey baseKey,
	string path,
	string valueName
)

Parameters

baseKey
Type: Microsoft.Win32RegistryKey
Base key, such as Registry.LocalMachine
path
Type: SystemString
Path to the key
valueName
Type: SystemString
Value name

Return Value

Type: String
See Also