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
Describe the master page.
Explain difference betn dataset and recordset?
Define application state variable and session state variable?
Define a web service in .net?
Explain the difference between Repeater and Data list control in ASP.NET?
How to send a DataReader as a parameter to a remote client ?
How do u optimize a query in asp.net?
What is the benefit of WebAPI over WCF?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Describe Segmentation With Paging?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Can you set the session out time manually?
Why is it preferred to not use finalize for clean up?
What is form method?
Which is the parent class of the web server control?