Hi guys,
I have another problem with the RFID types.
I have a program that delivers me the RFID in a string
But I have to get it in a long called RFIDlong, it tried several thing I found on the net.
And some other, but nothin has worked.
Can anyone help please?
I have another problem with the RFID types.
I have a program that delivers me the RFID in a string
Code:
string RFID = 003000d4;
Code:
RFIDlong = convert.toInt64(RFID); RFIDlong = long.parse(RFID);
Can anyone help please?
Comment