Type conversion (type casting)

Word is self-explanatory.

Type conversion, type casting, type coercion, and type juggling are different ways of changing an expression from one data type to another.
— Wikipedia

Usually used to convert digital data from one format to another, for example from int to float or from float to int.

Conversion can be done implicitly or explicitly.