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 / j.d.babu
We can Directly Assign String To the Double Object
Dim Str As String = "1235.45"
Dim Ifloat As Double = Str
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
Explain what is viewstate?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Please brief not about xsd,xslt & xml?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
How do I know asp.net mvc version? : Asp.Net MVC
What are the advantages of asp.net mvc framework? : asp.net mvc
What is the concept of postback in asp.net?
How can we update records in gridview?Is there any appropriate code for it?
How do you deploy your asp.net application?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is the difference between a candidate key and primary key?
What is autopostback true?
How to handle errors in Web API?
Where is cookie used in asp.net?
How to comment out asp.net tags?