Home > Back-end >  Every two strings in c # how to remove the first character 0
Every two strings in c # how to remove the first character 0

Time:04-26

For example:
AB 10 EB 0 01 b
After removing AB110EBB

CodePudding user response:

What is the data string "ab0110eb0b" or binary 0 xab, 0 x01, 0 x10, 0 xeb 0 x0b????
  • Related