Method getuservalue
- Namespace
- VectorDraw.Serialize
- Assembly
- VectorDraw.Serialize.dll
getuservalue(RegistryKey, string, string, string)
Reads a string from the VectorDraw registry.
public static string getuservalue(RegistryKey baseRegistryPath, string SectionName, string defaultValue, string subpath = "")
Parameters
baseRegistryPathRegistryKeyThe base registry path ( CurrentUser or LocalMachine etc...)
SectionNamestringThe Section of the registry(baseRegistryPath\SOFTWARE\VectorDraw\UserValues).
defaultValuestringRepresents the value that will be returned if the section name does not exist
subpathstringA path that will be added to the default VDF registry path.Default value is Empty string
Returns
- string
The string value of the registry key.