Return a int value from the registry.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetIntegerValue ( _
	registryKey As RegistryKey, _
	subKey As String, _
	name As String _
) As Nullable(Of Integer)
C#
public static Nullable<int> GetIntegerValue(
	RegistryKey registryKey,
	string subKey,
	string name
)

Parameters

registryKey
Type: Microsoft.Win32..::..RegistryKey
subKey
Type: System..::..String
name
Type: System..::..String

Return Value

See Also