Sandeep & Vicky’s Archive ยป Blog Archive » How to convert String to double in ASP.Net
27
Sep

How to convert String to double in ASP.Net

   Posted by: admin   in .Net

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

Related Posts with Thumbnails
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

 1 

In truth, immediately i didn’t understand the essence. But after re-reading all at once became clear.

September 29th, 2009 at 8:42 am

Leave a reply

Name (*)
Mail (will not be published) (*)
URI
Comment