Hi Peeps,
Greetings!
Please help, as I add the following condition, and is not working:
row(1).ToString().Contains(substring,StringComparison.OrdinalIgnoreCase)
… the StringComparison.OrdinalIgnoreCase
… is not working …
Massive thanks
Hi Peeps,
Greetings!
Please help, as I add the following condition, and is not working:
row(1).ToString().Contains(substring,StringComparison.OrdinalIgnoreCase)
… the StringComparison.OrdinalIgnoreCase
… is not working …
Massive thanks
… got a solution, ToLower() … thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.