Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Line Terminator
Message
De
01/06/2004 09:04:24
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Line Terminator
Divers
Thread ID:
00908863
Message ID:
00908863
Vues:
37
Hi,
How do you terminate the line in C#? I tried with \n and \r, but could not see any difference in a string when I print it.

Ex:

string strMessage = "";
strMessage = "Here is the first Line" + "\n" +;
strMessage = strMessage + "Here is the second line" + "\n";
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform