Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to Convert a String into Float without using any built-
in library of .NET
String = "1235.45" needs to converted to a float

Answer Posted / lince

string str = "555.67";
double a;
a=Convert.ToDouble (str);

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you validate the controls in an asp .net page?

979


How you can stop the validation of ASP.NET controls from client side?

1093


What is cookies cache and session?

1013


In the Repeater control which way you can edit?

1146


What is the purpose of App_Code folder in ASP.NET? Why we this?

1330


What are the new features added from ASP to ASP.NET?

1159


Explain different types of Caching techniques in ASP.NET?

1056


How to Separate background image and front image from original picture....

1037


Define a static class?

1031


Any disadvantages in Dataset and in reflection ?

3298


What should you do is you want to remove an existing component but would like to make some funtionalities?

1996


Who creates jsessionid?

1082


How to prevent client side validation from the ASP.NET validation controls?

1151


Can we handle the error and redirect to some pages using web.config?

1713


what are the security certificates used in webservices?

2066