Data Conversion from String to another type Posted on: September 3, 2010 at 12:00 AM
Data conversion is the conversion of data from one type to another type.
Data conversion is the conversion of data from one type to another type.
In this section we will learn about data conversion from String primitive type to another data type like int, boolean and char etc.
Conversion from String to int
In this tutorial we will learn how to convert a string type data to int type data.