Integer types and their ranges
Filed in C# on Mar.05, 2009
There are 8 basic integer types in C#. The names and ranges af these types are an industry standard, so they should also be valid in most other languages.
This article describes the range of values these types can hold, as well as a few usefull tricks.
