If one type of data is automatically converted into another type of data, it is known as implicit conversions. There is no data loss due to implicit conversion. But explicit conversion is a forced conversion and there may be a data loss. Type conversions occur mainly when we pass arguments to a function or mixing mode arithmetic etc. Implicit Conversions in C#The implicit conversions can occur in a variety of situations like function invoking, cast expressions, assignments etc.
continue >>
Feb
09
Type Conversions
Comments (0)
C Sharp
Tags: