Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How Do You Compare Strings In C#?
Message
De
07/01/2005 12:56:19
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
07/01/2005 09:14:26
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
00975060
Message ID:
00975193
Vues:
15
>I Have gone back to the ArrayList sorting problems I had a couple of weeks ago, and implemented the workaround of a sort of C# equivalent to VFP's DTOS(). However, the following line fails to compile:
>
>
>if (d1 < d2) {return -1;}
>
>
>with error "Operator '< ' cannot be applied to operands of type 'string' and 'string'". d1 and d2 are both strings in the format "20041104" and "20041130". So how should I be testing if d1 is less than d2?
>
>TIA, Kevin

return d1.CompareTo(d2);

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform