Click or drag to resize

ComServerGetValueAsGuid Method (RegistryKey, String)

Gets a unique identifier from a key value.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Guid? GetValueAsGuid(
	RegistryKey key,
	string valueName = null
)

Parameters

key
Type: Microsoft.Win32RegistryKey
The key.
valueName (Optional)
Type: SystemString
The value name.

Return Value

Type: NullableGuid
A guid.
See Also