LocalFileSystemWatcherToUInt64Id Method |
Converts an Guid file identifier to a UInt64 file identifier.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static ulong ToUInt64Id(
Guid id
)
Parameters
- id
- Type: SystemGuid
The Guid identifier.
Return Value
Type:
UInt64The Guid identifier.
See Also