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 8403939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:28:00+00:00 2026-06-09T22:28:00+00:00

Hello. Recently, I learned about the class TextReader and about how to read a

  • 0

Hello. Recently, I learned about the class TextReader and about how to read a text file.
However, there are some things I don’t really understand.

Assuming this is a new object:

TextReader TR = new StreamReader(@"C:\Users\Administrator\Desktop\Text1.txt");

So I want to know how many letters are in there so I’m typing this, right?

Console.WriteLine(TR.ReadToEnd().Length);

However, it returns a number for the first line, it’s current, but when I’m adding new lines.
The length increases with or without anything typed.
Assuming it’s the \n code which is a new line [maybe I’m wrong but it’s making sense]

So i need to decrease the length like that:

current length - line count*2

So I get the right amount of letters in my text file.
The problem is: how do I get the number of lines?

Is there another way to check for the letter’s count? If there is, how? Anyway, how do I get the number of Lines in the text file??

Thanks. =)

  • 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-06-09T22:28:01+00:00Added an answer on June 9, 2026 at 10:28 pm

    Since .NET framework 2.0 there is a shortcut method ReadAllLines:

    var lines = System.IO.File.ReadAllLines("file.txt");
    var count = lines.Length;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

VB.NET 2010, .NET 4 Hello, I recently read about using SynchronizationContext objects to control
Introduction Hello folks, I recently learned to program in C! (This was a huge
Hello I recently asked some questions on linked lists in C. The link was
I was recently reading about the Arduino's Hello World application, and I thought to
Recently I was talking to a co-worker about C++ and lamented that there was
Hello StackOverflow community! I started to learn Node.js recently, and decided to implement a
Hallo, Recently I have read a couple of posts on varous sites and blogs
Hello I have like this 2 tables class User public int UserId{get;set;} { ....
Possible Duplicate: Useful Regular Expression Tutorial Hello, I recently started coding in javascript. I
Edited on April 29th, content changed Hello everyone, I recently bought a Sony Ericsson

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.