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
How do I open an ashx file?
What are the advantages of passport authentication?
Is viewstate enabled by default?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
How do active server pages work?
What is the concept of postback in asp.net?
What is new asp.net core?
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?
What does the hotspot class in .net do?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Why viewstate is used in asp.net?
How does asp.net page work?
How does exception management works in ASP.NET?
What are triggers of an updatepanel?
What a diffgram is, and a good use for one?