Free Type Conversions Tutorial

Feb
09

Type Conversions

Posted by admin

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

Tags:

Add A Comment