Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 395 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 395 Bytes

Rabbit.ShortGuid

Shorter representation of a Guid reducing from 4 to 15 characters. Nuget package is available https://www.nuget.org/packages/Rabbit.ShortGuid

Below are custom Guid types that output shorter characters than the Guid from the framework.

  • Guid32 -> output 32 characters
  • GuidBase36 -> output 26 characters
  • GuidBase62 -> output 22 characters
  • GuidX -> output 21 characters