Registry SetValueAsString T  Method A Sandcastle Documented Class Library
Saves a value as a string in the registry.

Namespace: Censitif.Library.Data
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public void SetValueAsString<T>(
	string key,
	T regValue
)

Parameters

key
Type: System String
The registry field.
regValue
Type: T
The value of the field.
Type Parameters

T
The type of the item to save.

Implements

IRegistry SetValueAsString T (String, T)
See Also