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

  • Home
  • SEARCH
  • 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 8774503
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:35:04+00:00 2026-06-13T18:35:04+00:00

I faced a ridiculous problem. I was trying to convert a string to int16

  • 0

I faced a “ridiculous” problem.
I was trying to convert a string to int16 (I am forced to do it in int16 and not in int32/integer).
My first thought was to try:

convertedVal = Convert.ToInt16(newVal)

which thrown an exception: Value was either too large or too small for UInt16.
But my string was “10”, so it was between the minValue and the maxValue.
I solved my problem using :

convertedVal = Int16.Parse(newVal) 'TryParse works also

Although I solved my problem I haven’t understand what I did wrong.
Could somebody explain to me why this happened?

Thanks for your time

  • 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-13T18:35:05+00:00Added an answer on June 13, 2026 at 6:35 pm

    This usually happens if there is an extra space on the string, so better Trim it

    convertedVal = Convert.ToInt16(newVal.Trim())
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I faced a problem cannot convert parameter from 'System::String ^' to 'std::string' . How
I faced a problem while using threading for the first time, In an SWT
I faced a strange problem, the scrollview does not scroll down, only scroll up.
I faced a problem with my dojo 1.6.1 EnhancedGrid. I'm trying to use paging
I faced today my first mercurial problem. I was in my repo, I modified
I faced SSLHandshakeException on Heroku. This app was not SSL app. But this app
I faced a problem - I need to use a macro value both as
I faced a problem regarding loading ResourceBundle at server-side on Seam 2.2 application. In
I faced with strange problem. I installed iPhone SDK 4.3 and xCode 4 and
i faced a problem while replaying a script created for yahoomail page.The XPath statement

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.