| Author |
Converting String value 2.0 into int
|
saumil baxi
Ranch Hand
Joined: Apr 18, 2008
Posts: 58
|
|
Hi , I have s String variable having value 2.0 I need to convert it into int. The method i have used is : Is there any straight forward implementation.. Thanks, Saumil
|
 |
Balasubramanian Chandrasekaran
Ranch Hand
Joined: Nov 28, 2007
Posts: 215
|
|
Just change your code like this
|
 |
saumil baxi
Ranch Hand
Joined: Apr 18, 2008
Posts: 58
|
|
Thanks a lot
|
 |
 |
|
|
subject: Converting String value 2.0 into int
|
|
|