GS1Parser
GS1Parser copied to clipboard
A GS1 Parser for C#
Very useful code but i should exclude the fnc1 seperator character from the ai result. I changed it like this: (added fnc1Correction) int fnc1Correction = 0; if (indexOfGroupTermination >= 0)...
# A few small improvements ## What's New? * Corrected some spelling * The `EAN128Code` can be set to null * Prevented possible index out of range exceptions * Doesn't...
It would be nice if the code identifying the datamatrix was also taken into account by the parser. ]d2
help
Hello, Friend, 010404188511271221X12Y9JNZ961721080610176600715 can you help me how to isolate this barcode ?
be great to have some basic documentation for anyone learning gs1 at the same time. Anyway, it sort of works for me but i can't work out how to encode...
I made a Property to access the internally held AIIDict to the "outside world". `public static SortedDictionary AIIDictionary { get { return aiiDict; } }` This makes life easier in...