Click or drag to resize

LocalFileSystemWatcherToGuidId Method

Converts an UInt64 file identifier to a Guid file identifier.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Guid ToGuidId(
	ulong id
)

Parameters

id
Type: SystemUInt64
The UInt64 identifier.

Return Value

Type: Guid
The Guid identifier.
See Also