Hi guys,
Converting a string to integer or double in .Net is very much similar to that in java.
Here is the code
double x=Double.Parse(“”+100.1);
Output
x=100.1
This entry was posted
on Sunday, September 27th, 2009 at 11:29 pm and is filed under .Net.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
One comment
Leave a reply