Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo type data & WIN presentation.
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00940629
Message ID:
00942578
Views:
13
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform