Info
Version: | 1.0.0 |
Author(s): | Brendan Hulme |
Last Update: | Friday, May 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Gluid |
Install
Install-Package Gluid
dotnet add package Gluid
paket add Gluid
Gluid Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
A simple, fast collection of extension methods that allow you to covert regular Int's and Long's to a Guid and back later without clashing with any system generated Guid.
Useful for converting legacy Id's to distributed Id's without the need for a look-up table, or even for just hiding number data in a Guid.