Closed mstfldmr closed 7 years ago
If computer language is Turkish, "LOCATION" is converted to "locatıon" instead of "location". Thus, not matching Substring() function.
The same problem may exist also for some other languages too. Please see http://www.fileformat.info/info/unicode/char/0049/index.htm
Better not convert to lower case Or use System.StringComparison.InvariantCultureIgnoreCase.
Thanks!
If computer language is Turkish, "LOCATION" is converted to "locatıon" instead of "location". Thus, not matching Substring() function.
The same problem may exist also for some other languages too. Please see http://www.fileformat.info/info/unicode/char/0049/index.htm
Better not convert to lower case Or use System.StringComparison.InvariantCultureIgnoreCase.