This article lists changes in how you should compare strings when changing to .NET 2.0. The principle rationale for the new features is correct handling of string comparisons when you don’t know which culture / default charset will be used on the client machine.
This is something which I bet many if not most Win32 Delphi apps do incorrectly.
Post a Comment