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
What is distributed system in asp.net?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Why is global asax is used?
Explain an object, class and method.
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
Explain cookies with example.
What is viewstate in asp net with example?
What is web api and why to use it?
What is the use of HttpHandlers? When to use this?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Define data caching?
What are the different types of proxy patterns?
What is viewstategenerator?
What is a page life cycle? What are the events in a page life cycle?
What are themes and skins in 2.0, explain usage scenario?