From: Jiří Č. <ji...@ci...> - 2015-08-27 04:58:51
|
> One more question about string.Equals. Comparison type used in IndexOf > calls is StringComparison.CurrentCultureIgnoreCase. My question why this > used instead of OrdinalIgnoreCase? > My current optimization, including StringComparison change decreased > timings to 22 (names) vs 6 (indexes) seconds. Because of national characters. Somebody might use these in parameter name. Although it's pretty weird, I had similar issue in DDEX. -- Mgr. Jiří Činčura Independent IT Specialist |