Getting NFC tags real Id, not the byte array
Is there a way to get a Tags Id as a string? In the object "NfcFormsTag" i am getting the Id, but its a byte[].. I would want the real UID from the tag. A 20 digit number.
This was our latest diskussion, if u wanna know the implementation, but i think u remember it :) https://github.com/poz1/NFCForms/issues/10
Applying more information. When i am reading my nfc tags with my NFid reader, it prints out a 20 diget number. It should be the Id of the tag, but the id of the "NfcFormsTag" object that i get from the code, is a byte array.
Is it possible to convert this array into the 20 diget number that my NFid reader is getting? Or is that a completly diffrent thing?
If you are looking for the MifareID my solution was : reverse the byte array id convert array to hex convert hex to decimal hope it helps :):):)