WindowsRegisterReadString Method

Get a string value from the registry.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ReadString(
	string subkey,
	string name,
	string defaultValue = ""
)

Parameters

subkey  String
Sub key name.
name  String
Registry name.
defaultValue  String  (Optional)
Default value.

Return Value

String
String with the value from the registry.

See Also