Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 199 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 199 Bytes

ShortGuid

A library to create string identifiers that are as unique as GUIDs.

Usage

Simply call the ToShortString() extension method on a GUID.

Guid.NewGuid().ToShortString()