C H A P T E R  16

Conversions

What Are Conversions?

To get an understanding of what conversions are, let's start by considering the simple case in which you declare two variables of different types and then assign the value of one (the source) to the other (the target). Before the assignment can occur, the source value must be converted to a value of the target type. Figure 16-1 illustrates type conversion.

  • Conversion is the process of taking a value of one type and using it as the equivalent value of another ...

Get Illustrated C# 2012 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.