String comparation and culture sensitivity

  • Thread starter Thread starter Vladimir
  • Start date Start date
V

Vladimir

I know that converting a string to lower or upper case with diffrent culture
information can produce diffren strings, i know why.

Is there a situations when comparing both strings in lower case (with
diffrent culture information) produces diffrent results? If yes, when (why)?
 
Hi Vladimir
I know that converting a string to lower or upper case with diffrent culture
information can produce diffren strings, i know why.
Is there a situations when comparing both strings in lower case (with
diffrent culture information) produces diffrent results? If yes, when (why)?


changes in .NET 2.0

http://msdn.microsoft.com/netframew...ibrary/en-us/dndotnet/html/StringsinNET20.asp

http://blogs.msdn.com/bclteam/archive/2005/06/01/424012.aspx


read about the 'round trip' issue:

http://blogs.msdn.com/michkap/archive/2005/04/04/405174.aspx

http://blogs.msdn.com/michkap/archive/2004/12/02/273619.aspx

http://blogs.msdn.com/michkap/archive/2005/06/02/424128.aspx
 
Back
Top