Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting Memo Lines For HTML output
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01000254
Message ID:
01000370
Views:
15
Oh and by the way, this works, too: /r/n = Chr(10)+Chr(13)

Example: string s = "First line/r/nSecond line";

However, depending where you're using this code it may work in some cases and in other it won't. System.Environment.NewLine works in all environments.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform