WebGlossary.info
Type conversion
- A way of changing an expression from one data type to another. An example is the conversion of an integer value into a floating-point value or its textual representation as a string, and vice versa. Type conversions can take advantage of certain features of type hierarchies or data representations. Two important aspects of a type conversion are whether it happens implicitly (automatically) or explicitly, and whether the underlying data representation is converted from one representation into another, or a given representation is merely reinterpreted as the representation of another data type. In general, both primitive and compound data types can be converted. ← Wikipedia
- Previous term: Type coercion
- Next term: Type design
- Random term: Mouse grid