Breaking changes to the String class in .NET 4.0(davesbox.com)
submitted by
johnsheehan(4785) 3 years, 6 months ago
This change will affect the behavior of the String.StartsWith, String.EndsWith, String.IndexOf and String.LastIndexOf methods by changing them to perform an ordinal (byte-for-byte) comparison by default instead of a culture-sensitive comparison using CultureInfo.CurrentCulture. In addition, the default overloads of String.ToUpper, String.ToLower, Char.ToUpper and Char.ToLower will be changed to use CultureInfo.InvariantCulture instead of CultureInfo.CurrentCulture. read more...
|category: CLR
|Views: 531
tags:
.net4 CLR another
Everyones tags:
Your Tags: