Example #1
0
 public static string NewUUID()
 {
     return(UniqueIdGenerator.Instance().GetBase32UniqueId(10));
 }