Пример #1
0
 public static bool IsValidUpc(string upc)
 {
     try
     {
         return(ValidatorHelpers.IsValidGtin(upc));
     }
     catch
     {
         return(false);
     }
 }