This commit is contained in:
Javier Canales
2026-02-02 18:04:43 +01:00
committed by GitHub
parent de0cccc031
commit 341b6e5e75

View File

@@ -1,4 +1,4 @@
# undefined
# Type Casting
Type casting, also known as type conversion, is the process of changing a value from one data type to another. This is often necessary when you need to perform operations that require specific data types or when you want to represent data in a different format. For example, you might need to convert a string representation of a number into an actual integer or float to perform mathematical calculations.
@@ -6,4 +6,4 @@ Visit the following resources to learn more:
- [@article@Ruby type conversion](https://kddnewton.com/2021/09/09/ruby-type-conversion.html)
- [@article@How To Convert Data Types in Ruby](https://www.digitalocean.com/community/tutorials/how-to-convert-data-types-in-ruby)
- [@article@Confident Code - Ruby Implicit and Explicit Type Converters](https://whatapalaver.co.uk/ruby-implicit-explicit-type-conversion)
- [@article@Confident Code - Ruby Implicit and Explicit Type Converters](https://whatapalaver.co.uk/ruby-implicit-explicit-type-conversion)