Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 367031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T13:41:21+00:00 2026-05-12T13:41:21+00:00

What end-of-line identifier should I use (for example, for output to text files)? There

  • 0

What end-of-line identifier should I use (for example, for output to text files)?

There are many choices:

  • vbCrLf
  • vbNewLine (apparently an alias of vbCrLf)
  • ControlChars.CrLf
  • ControlChars.NewLine
  • Environment.NewLine
  • A static member in some C# class in the application (requires mixed-language solution): public static string LINEEND = “\r\n”;
  • Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) (generated by the Visual Studio designer, at least Visual Basic 2005 Express Edition, for a TextBox with property Multiline set to True when Shift + Return is used while editing property Text.)

What is best practice?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T13:41:21+00:00Added an answer on May 12, 2026 at 1:41 pm

    I believe it generally makes most sense to use Environment.NewLine as the new-line identifier, for a number of reasons:

    • It is an environment-dependent read-only variable. If you happen to be running your program on Linux (for example), then the value will simply be \n.
    • vbCrLf is a legacy constant from the VB6 and earlier languages. Also, it’s not environment-independent.
    • \r\n has the same issue of not being environment-dependent, and also can’t be done nicely in VB.NET (you’d have to assign a variable to Chr(13) & Chr(10)).
    • Controls exists in the Microsoft.VisualBasic namespace, effectively making it a legacy/backwards-compatibility option, like vbCrLf. Always stay clear of legacy code if possible.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

End of line anchor $ match even there is extra trailing \n in matched
I have a text file where each line may end with some fixed TAG
I am getting this error Use of undeclared identifier 'new' on this line of
I realize that the csv library in Python always generates DOS end-of-line characters. Even
As one can glean from other posts , Git's end-of-line normalization has its pros
I have two points at the end of a line. I need to get
I am attempting to insert a comma at the end of each line in
I'm having Unexpected end of document on the line: Document xmlDoc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(inputStream); I
I want to insert a line to the end of paragraph in file using
I have a dynamic multi line UILabel and need to know the end of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.