C #, press enter, line feed

Source: Internet
Author: User

In C #, we use the string "\ r \ n" to indicate the carriage return line break.

String STR = "first line \ r \ n Second line ";

However, we recommend that you use environment. newline (The namespace is system), environment is a class, and newline is a string attribute to obtain the carriage return linefeed string defined in the current environment.

String STR = "first line" + environment. newline + "second line ";

In Windows, the C # language environment. newline = "\ r \ n" returns true.

Knowledge

Name English Description ASCII Value C #
Carriage Return Carriage Return Return to the beginning of a line 13 \ R
Line Break New Line Starting position of the next line 10 \ N

The carriage return or line break is also abbreviated as a carriage return or line break.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.