Retrieve a string value from the registry.
Profile.GetValue(Name, [SubKey], [DefaultValue])
The method syntax has these parts:
Part | Description |
---|---|
Name (String) | name of the value to retrieve |
SubKey (String) | sub-key under which to retrieve the value (see remarks) |
DefaultValue (String) | default value in case desired value is not present in registry (default = "") |
Return (String) | The desired string value from the registry, or the default value |