How to change String value comparaison

Posted by Bernard Larouche on Stack Overflow See other posts from Stack Overflow or by Bernard Larouche
Published on 2010-03-08T15:43:31Z Indexed on 2010/03/08 15:51 UTC
Read the original article Hit count: 222

Filed under:
|
|

In my code I need to compare string letters but my problem is that lower case letters are greater than upper case letter.

For example Z < a.

How could I implement this in my code ?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about strings