ilopez / GS1Parser

A GS1 Parser for C#
MIT License
28 stars 11 forks source link

EAN128Code extension #6

Open kheops2205 opened 3 years ago

kheops2205 commented 3 years ago

It would be nice if the code identifying the datamatrix was also taken into account by the parser. ]d2

davideusai commented 3 years ago

Hi Kheops, I'm not understading your question. SymbologyID ]d2 is already handled in "public string SymbologyID(string code)" method. Can you give an exemple or more details about your idea ?

kheops2205 commented 3 years ago

I'm not sure I understand you, because I don't see this method in the code. :-)

davideusai commented 3 years ago

This method is available in ParserIO.Core.Functions so you have just to open ParserIO\ParserIO.Core\Functions2_0.cs file.

kheops2205 commented 3 years ago

I think, you are talking about your project https://github.com/reseauphast/ParserIO Here it's an other one :-)

davideusai commented 3 years ago

Oh yes it's true. ParserIO By Phast is handling that already :) Nevertheless I like the other project too :)