Table of Contents

Method ReadString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ReadString(string, string, RegistryHive)

Reads string value from Windows registry.

public static string? ReadString(string keyPath, string valueName, RegistryHive hive = RegistryHive.LocalMachine)

Parameters

keyPath string

Path to value.

valueName string

Name of the value.

hive RegistryHive

RegistryHive value which specifies base path.

Returns

string