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