Solidity Tutorial: All About Types Conversion

Implicit vs explicit conversion in Solidity, and examples to understand conversion between types.

Jean Cvllr
Better Programming
Published in
13 min readApr 19, 2022

--

Photo by Jamie Templeton on Unsplash

Note: Solidity is under active development. At the time of writing, this article is valid for Solidity v0.8.x. The next v0.9 release might introduce breaking changes in the type conversions.

--

--