Registry GetValue Method A Sandcastle Documented Class Library
Gets a value from the registry.

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

public int GetValue(
	string key,
	int defaultValue
)

Parameters

key
Type: System String
The registry field.
defaultValue
Type: System Int32
The default value.

Return Value

Type: Int32
The requested string, or the given default value if not found.

Implements

IRegistry GetValue(String, Int32)
See Also