Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataView/DataSet/DataReader
Message
De
09/01/2007 13:13:32
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
09/01/2007 12:44:02
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01183234
Message ID:
01183866
Vues:
43
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform