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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:24:40+00:00 2026-05-21T07:24:40+00:00

I am getting error int pocet = int.Parse(textBox1.Text); It says that data have some

  • 0

I am getting error int pocet = int.Parse(textBox1.Text);

It says that data have some bad format, but I am writing only natural numbers to TextBox1

  • 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-21T07:24:41+00:00Added an answer on May 21, 2026 at 7:24 am

    I suspect you’ve either got an empty string there, there’s whitespace at the start or end, or you’re writing in the thousands separators.

    You can instruct the Int32.Parse method to handle some of those cases like this:

    Int32.Parse(
       "  -12,340  ",
       NumberStyles.AllowLeadingWhite |
       NumberStyles.AllowThousands |
       NumberStyles.AllowTrailingWhite |
       NumberStyles.AllowLeadingSign,
       CultureInfo.CurrentCulture));
    

    Note the current culture bit at the end is important because the thousands separator will be different depending on the culture the user has their computer set to.

    This still won’t handle an empty string though – just check to see if the string is empty before doing the parsing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am trying to put data in a 2d array but getting error it
Getting error on this line in my code:- objGetAdd.UserAddlID = int.Parse(e.CommandArgument.ToString()); Button in aspx
guys, I have the following code, but I'm getting error at compiling time... the
I am calling abs(int) in a SurfaceView class and getting error msg that abs(int)
HI, I have code below but getting error object does not match target type
I'm getting strange error 'int' object has no attribute 'startswith' I haven't used the
I wrote following code...but i am getting Error like: Error 1 'LoginDLL.Class1.Login(string, string, string)':
hi im new to c# and was trying to code but getting error can
I'm getting error C3095: 'Xunit::Extensions::InlineDataAttribute': attribute cannot be repeated in C++/CLI code but not
I am getting this error for every int in this section of code; if(choice==2)

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.