Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataView/DataSet/DataReader
Message
From
09/01/2007 13:13:32
John Baird
Coatesville, Pennsylvania, United States
 
 
To
09/01/2007 12:44:02
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01183234
Message ID:
01183866
Views:
42
>sDispStr += TRow["field1"].ToString() + ", " + TRow["field2"].ToString() + " – " + TRow["field3"].ToString() + TRow["field4"].ToString() + "\n";


You know you don't need the toString() on these to concatenate the fields. There is an explicit cast to string automatically. The same happens with numerics and dates.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform