WindowsRegisterReadAliquoValue(RegistryKey, String, String) Method
Get a Aliquo value from the registry, with a default value.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ReadAliquoValue(
RegistryKey registryKey,
string name,
string defaultValue = ""
)
Public Shared Function ReadAliquoValue (
registryKey As RegistryKey,
name As String,
Optional defaultValue As String = ""
) As String
- registryKey RegistryKey
- Registry key.
- name String
- Aliquo registry name.
- defaultValue String (Optional)
- Default value.
StringString with the Aliquo value from the registry.