Multiple choice technology web technology Which of the following denote the method used for compatible type conversions? TypeCov() Type() CTyp() CType() Reveal answer Fill a bubble to check yourself D Correct answer Explanation CType is the VB.NET function for type conversion that works with compatible types. It performs both widening (safe) and narrowing (requires explicit cast) conversions. The other options are fictitious method names.