row(1).ToString().Contains(substring,StringComparison.OrdinalIgnoreCase)

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 :wink:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.