November 2023
Beginner to intermediate
828 pages
20h 28m
English
This chapter is about some common types that are included with .NET. These include types for manipulating numbers, text, and collections; improving working with spans, indexes, and ranges; and in an optional online-only section, working with network resources.
This chapter covers the following topics:
One of the most common types of data is numbers. The most common types in .NET for working with numbers are shown in Table 8.1:
|
Namespace |
Example type(s) |
Description |
|
|
|
Integers; ... |
Read now
Unlock full access