Hi All,
I recive Datas like "1A F0 10 1E" etc
and have to erase 'space' for "1AF0101E"
How is that possible?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Dec 27, 2015, 10:42 PM
Francis SusaimichaelPosted Dec 27, 2015, 4:06 PM
string result= yourstring.Replace(" ", "");