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 public static Guid ToGuidId(
ulong id
)
Parameters
- id
- Type: SystemUInt64
The UInt64 identifier.
Return Value
Type:
GuidThe Guid identifier.
See Also