Exemplo n.º 1
0
 public static string Encode(string value)
 {
     return(ShortGuid.Encode(new System.Guid(value)));
 }
Exemplo n.º 2
0
 public ShortGuid(System.Guid guid)
 {
     this._value = ShortGuid.Encode(guid);
     this._guid  = guid;
 }