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

How do I open an ashx file?

719


What are the advantages of passport authentication?

703


Is viewstate enabled by default?

703


hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

1436


How do active server pages work?

719






What is the concept of postback in asp.net?

762


What is new asp.net core?

749


What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

766


What does the hotspot class in .net do?

734


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

2420


Why viewstate is used in asp.net?

708


How does asp.net page work?

694


How does exception management works in ASP.NET?

812


What are triggers of an updatepanel?

710


What a diffgram is, and a good use for one?

738