Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataView/DataSet/DataReader
Message
De
09/01/2007 13:16:12
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
09/01/2007 12:28:10
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01183234
Message ID:
01183867
Vues:
37
> sDispStr += TRow[0] + ", " + TRow[1] + " – " + TRow[2] + TRow[11].ToString() + "\n";
{
> sDispStr += TRow[0] + ", " + TRow[1] + " – " + TRow[2] + TRow[11].ToString() + "\n";
> Console.WriteLine(sDispStr);
> Console.ReadLine();
>
> }


Are you aware that you can use Environment.NewLine instead of "\n"?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform