Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Do You Compare Strings In C#?
Message
From
07/01/2005 09:14:26
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How Do You Compare Strings In C#?
Miscellaneous
Thread ID:
00975060
Message ID:
00975060
Views:
67
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
Next
Reply
Map
View

Click here to load this message in the networking platform