Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.42 KB

readme.md

File metadata and controls

19 lines (10 loc) · 1.42 KB

About

Source code for the following article for implicit and explicit conversions (C#)

References

User-defined explicit and implicit conversion operators

A conversion causes an expression to be converted to, or treated as being of, a particular type; in the former case a conversion may involve a change in representation. Conversions can be implicit or explicit, and this determines whether an explicit cast is required.