Hi All,
I have a string like this
string s= "\t\t\t6 x 10 mm";
string v1="6 x 10 mm";
I tried to put it in IF condition:
if(s.Contains(v1))
{}
but the output gives me FALSE
any one have idea where I am got strucked?
Thanks,
Darma
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.
darma tejaPosted Aug 11, 2016, 7:25 AM
Rajeesh MenothPosted Aug 11, 2016, 6:51 AM
Midhun TpPosted Aug 11, 2016, 6:27 AM
ketan borsdiyaPosted Aug 11, 2016, 5:59 AM