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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:51:50+00:00 2026-05-27T15:51:50+00:00

I am trying to grab a value in a text file (under a line

  • 0

I am trying to grab a value in a text file (under a line called #Hostname). This used to work when the the hostname was purely an integer (int.TryParse), but now I am using a string (string.TryParse) I am unable to get it because “‘string’ does not contain a definition for ‘TryParse'” Is there anything else I can use?

   private void GetGeneralConfig()
    {
        // lets grabs the info from the config!
        var lines = File.ReadAllLines("general_settings.ini");
        var dictionary = lines.Zip(lines.Skip(1), (a, b) => new { Key = a, Value = b })
                              .Where(l => l.Key.StartsWith("#"))
                              .ToDictionary(l => l.Key, l => l.Value);
        // lets define variables and convert the string in the dictionary to int for the sock.connection method!
        string.TryParse(dictionary["#Hostname"], out hostname);

    }
  • 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-27T15:51:50+00:00Added an answer on May 27, 2026 at 3:51 pm

    It’s already a string, so you don’t need to parse it at all:

    hostname = dictionary["#Hostname"];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write this function to grab the text value and then
I'm trying to grab thousands of invoices (and other stuff) from a text file
Im trying to grab value from label checkbox:checked. I have created this function var
I am trying to grab the current value of a drop down list with
I am trying to figure out how to grab a value from Expression.Blend.SampleData. If
I'll keep this nice and short. I'm trying to post a value to a
I'm trying to grab the text from options in a dropdown list. Assume that
I am trying to grab just a single value from some json and am
I'm trying to do some image file work, specifically convert one image file format
I'm trying to get the a tag below to grab the value from the

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.