
July 27th, 2005, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 848
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Behind the Scenes Look at C#: Type Conversions
Type conversion is a big subject that we will address in this article. We
begin the article with an introduction to type conversion and casting. You will
learn why you need to convert between types. You will also learn what the
casting operator is, and we will discuss the cast concept in its abstract
meaning. We will look at implicit conversions and explicit conversions with
built-in value-types and reference-types; then we will discuss user-defined type
conversions.
Read the full article here: Behind the Scenes Look at C#: Type Conversions
For more discussion go here: Blog Article Discussion
|