🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
-
Updated
Feb 16, 2026 - C#
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
a wrapper around System.String to provide case-insenstivity
Подстава с компаратором по умолчанию: сортировка строк без него сравнивает по правилам языка и работает в 5 раз дольше. Четыре машины, .NET 8–11.
Add a description, image, and links to the stringcomparer topic page so that developers can more easily learn about it.
To associate your repository with the stringcomparer topic, visit your repo's landing page and select "manage topics."