Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

C# has a `ToLowerInvariant()` variety for that.


Which iirc is an alias for ToLower on the en-us locale. (Same for the other C# *Invariant() methods)


It calls ToLower(CultureInfo.InvariantCulture);

Locale name is iv-IV.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: