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