Widening (of Types),”Changes a value to a data type that can allow for any possible value of the original data. Widening conversions preserve the source value but can change its representation. This occurs if you convert from an integral type to Decimal

Average Rating
0 out of 5 stars. 0 votes.

Widening (of Types),”Changes a value to a data type that can allow for any possible value of the original data. Widening conversions preserve the source value but can change its representation. This occurs if you convert from an integral type to Decimal

or from Char to String.”