Skip to main content

Conversions

  • Chapter
Illustrated C# 2012
  • 2413 Accesses

Abstract

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 type.

  • The value resulting from the conversion should be the same as the source value—but in the target type.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2012 Daniel M. Solis

About this chapter

Cite this chapter

Solis, D.M. (2012). Conversions. In: Illustrated C# 2012. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-4279-6_16

Download citation

Publish with us

Policies and ethics