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
What is the server of asp.net?
What is a web api endpoint?
Can you explain the importance of finalize method in .net?
Can you use c# without .net?
What is HTTPModule and HTTPcontext? What is the use of each?
what is meant by sitemapnode ?
Name the two properties are on every validation control?
What is the parent class of all web server control?
How can we prevent browser from caching an aspx page?
What is the differences between a primary key and a unique key in sql server?
What is the difference between debug and release?
What describes a query?
Which method is used to perform all validation at the page level?
What is new asp.net core?
What is the current version of asp.net?