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
Is there any limit for query string? Means what is the maximum size?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is the difference between debug and release?
What is the current version of asp.net?
i want the asp.net technical questions and answeres
What is the difference between file-based dependency and key-based dependency?
What are the validation controls available in ASP.NET?
What are the new data controls in asp.net 2.0?
Which protocol is used to call web service?
What is the basic difference between asp and asp.net?
What is the difference between the get method () and post method ()?
What are Caching techniques in .NET
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is enableviewstate in asp net?