Click or drag to resize

LocalFileSystemWatcherToUInt64Id Method

Converts an Guid file identifier to a UInt64 file identifier.

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

Parameters

id
Type: SystemGuid
The Guid identifier.

Return Value

Type: UInt64
The Guid identifier.
See Also