Skip to Content
C# 5.0 Programmer's Reference
book

C# 5.0 Programmer's Reference

by Rod Stephens
April 2014
Intermediate to advanced
960 pages
22h 9m
English
Wrox
Content preview from C# 5.0 Programmer's Reference

Appendix B Data Types

The following table summarizes the C# data types.

TypeSizeValue
bool2 bytesMust be true or false.
byte1 byte0 to 255 (unsigned byte).
sbyte1 byte–128 to 127 (signed byte).
char2 bytes0 to 65,535 (unsigned character).
short2 bytes–32,768 to 32,767.
ushort2 bytes0 through 65,535 (unsigned short).
int4 bytes–2,147,483,648 to 2,147,483,647.
uint4 bytes0 through 4,294,967,295 (unsigned integer).
long8 bytes–9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
ulong8 bytes0 through 18,446,744,073,709,551,615 (unsigned long).
decimal16 bytes0 to +/–79,228,162,514,264,337,593,543,950,335 with no decimal point. 0 to +/–7.9228162514264337593543950335 with 28 significant diits.
float4 bytes–3.4028235E+38 to –1.401298E-45 (negative values). 1.401298E–45 to 3.4028235E+38 (positive values).
double8 bytes–1.79769313486231570E+308 to –4.94065645841246544E–324 (negative values). 4.94065645841246544E–324 through 1.79769313486231570E+308 (positive values).
stringvariesDepending on the platform, approximately 0 to 2 billion Unicode characters.
DateTime8 bytesJanuary 1, 0001 0:0:00 to December 31, 9999 11:59:59 p.m.
object4 bytesPoints to any type of data.
(class)variesClass members have their own ranges.
(structure)variesStructure members have their own ranges.

Casting and Converting Values

You can use a cast to convert a value into a compatible data type. For example, the following code declares and initializes a long variable. It then uses a ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

C# 4.0 The Complete Reference

C# 4.0 The Complete Reference

Herbert Schildt
C# 4.0 How-To

C# 4.0 How-To

Ben Watson

Publisher Resources

ISBN: 9781118847299Purchase book