Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a CRLF in C#?
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01452868
Message ID:
01452869
Views:
87
>I am using ASP.NET to show miles per gallon and I need a carriage return line feed type thing like we do in VFP, CHR(13) + CHR(10). I've got no idea what this would look like in C# and cannot (so far) find anything on it in any books.

My syntax in VB.NET is as follow:
        Public cCR As String = Chr(13) + Chr(10)
It should be pretty close in C#.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform