C# ToUpper ve ToLower Türkçe Karakter Sorunu

C# ToUpper ve ToLower Türkçe Karakter Sorunu

ToUpper ve ToLower kullandığınızda Türkçe karakterlerde sıkıntı yaşattığını gördüyseniz doğru yerdesiniz. CultureInfo ile bu sorunu giderebiliriz.

1
string test =  test = test.ToUpper(new CultureInfo("tr-TR", false));
#
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×