Culture Information in Sting.Compare for Globalisation
We all know that String.Compare can be used to compare two strings. One of the parameter for this Compare method allows us to compare two string in different culture. String.Compare("eg1", "eg1", true, new System.Globalization.CultureInfo("tr-TR"));
Post a Comment