string s1 = "die groß Straße".ToUpper();
string s2 = "die groß Straße".ToUpper(new System.Globalization.CultureInfo("de-DE"));