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 public static ulong ToUInt64Id(
Guid id
)
Parameters
- id
- Type: SystemGuid
The Guid identifier.
Return Value
Type:
UInt64The Guid identifier.
See Also