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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:58:06+00:00 2026-05-12T09:58:06+00:00

I just started reading up on the C# language, and one of the first

  • 0

I just started reading up on the C# language, and one of the first sections in my reading material is, naturally, variables and types.

In short order I came across the integral types table, which listed sbyte, byte, short, ushort, int, uint, long, ulong and char.
The exception to the pairing here is char, so let’s disregard it and have a look at the others.

The first pair, byte, prefixes the signed version with an “s”, and leaves the unsigned version without a prefix. But for all the other pairs, the relation is reversed… the signed version is without prefix and the unsigned has a “u” prefix.

Is there a reason for this that I should be aware of, or is this just a design quirk?

Link for reference: http://msdn.microsoft.com/en-us/library/exx3b86w.aspx

  • 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-12T09:58:07+00:00Added an answer on May 12, 2026 at 9:58 am

    Bytes are conventionally treated as a pattern of bits rather than a normal number, and the “standard” values for a byte are 0 to 255. The signed version of byte is the abnormal case, with values treated as -128 to 127.

    For all other numeric types the “standard” values are signed, as this tallies with our day-to-day intuitions about numbers (ie, that they can be negative as well as positive). For numeric types, the unsigned versions are the abnormal case.

    (I don’t think that I’ve ever used sbyte in any real-world code, and I use int, long etc much more often than I use their unsigned counterparts.)

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

Sidebar

Related Questions

While reading SICP I came across logic programming chapter 4.4. Then I started looking
So I just started reading Java In A Nutshell, and on Chapter One it
I'm new to D programming language, just started reading The D Programming Language book.
I just started reading my first Objective-C book and it's mostly pretty clear, however
I have just started reading through The C Programming Language and I am having
I just started reading Michael Hartl's book on Rails and I've run across a
I have just started reading up on Lucene. In one of the examples provided,
I just started reading on Douglas Crockford's Javascript The Good parts where he explains
I just started reading Hacker's Delight and it defines abs(-2 31 ) as -2
I have just started reading Modern C++ Design Generic programming and Design Patterns Applied

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.