You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var jsonOptions = new JsonSerializerOptions { WriteIndented = true };
var barcodeString = "[)>06K111113S222224S333311K4446D20240823Pcustomer-part1Psupplier-part4K5Q66669D22481TLOT4LUSS777733PBin13Q8 of 92PAAA7Q10 lbs1VmfgECompliant";
var parser = new EciaBarcodeParser();
var parsedBarcode = parser.ParseBarcode(barcodeString);