Click or drag to resize

ComServerGetValueAsGuid Method (String)

Gets a value as a guid.

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

Parameters

valueName (Optional)
Type: SystemString
The value name.

Return Value

Type: NullableGuid
A guid.
See Also