Beispiel #1
0
 public static Guid GetGuid(this string input)
 {
     return(new Guid(NumeroUtils.GetHash(input)));
 }
Beispiel #2
0
 public static string GetHash(this string input)
 {
     return(NumeroUtils.GetHash(input));
 }