我正在使用RFID Reader,它变成了一个软件演示,它具有一些不同类型的读取 a rfid tag,例如:
Hexadecimal, Decimal, Ascii,Abatrack等等...
Abatrack文档说 :
Shows the CardID converted to decimal with 14 digits.
我有一个 CardID =01048CABFB然后用这个协议它告诉我00004371295227
where the first four zeroes were added by the software
它将string带有字母和数字的 a 转换为decimal仅带有数字的 a。我该怎么做?
我找到了THIS,但它在VB.