Table of Contents

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

baseRegistryPath RegistryKey

The base registry path ( CurrentUser or LocalMachine etc...)

SectionName string

The Section of the registry(baseRegistryPath\SOFTWARE\VectorDraw\UserValues).

defaultValue string

Represents the value that will be returned if the section name does not exist

subpath string

A 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.