Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo type data & WIN presentation.
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00940629
Message ID:
00942578
Vues:
14
>You have to transform CHR(13) and CHR(10) into \r\n for line breaks to work.
>

mmTextBox2.Text = Regex.Replace(mmTextBox2.Text, @"\r\n|\n\r|\r|\n", "\r\n");

Nice and simple here.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform