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
Explain how do you validate the controls in an asp .net page?
How you can stop the validation of ASP.NET controls from client side?
What is cookies cache and session?
In the Repeater control which way you can edit?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What are the new features added from ASP to ASP.NET?
Explain different types of Caching techniques in ASP.NET?
How to Separate background image and front image from original picture....
Define a static class?
Any disadvantages in Dataset and in reflection ?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Who creates jsessionid?
How to prevent client side validation from the ASP.NET validation controls?
Can we handle the error and redirect to some pages using web.config?
what are the security certificates used in webservices?