WindowsRegisterReadAliquoValue(String, String) Method

Get a Aliquo value from the registry, with a default value.

Definition

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

Parameters

name  String
Aliquo registry name.
defaultValue  String  (Optional)
Default value.

Return Value

String
String with the Aliquo value from the registry.

See Also