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


Please Help Members By Posting Answers For Below Questions

What is the server of asp.net?

709


What is a web api endpoint?

717


Can you explain the importance of finalize method in .net?

788


Can you use c# without .net?

715


What is HTTPModule and HTTPcontext? What is the use of each?

2181






what is meant by sitemapnode ?

1707


Name the two properties are on every validation control?

721


What is the parent class of all web server control?

715


How can we prevent browser from caching an aspx page?

682


What is the differences between a primary key and a unique key in sql server?

736


What is the difference between debug and release?

693


What describes a query?

699


Which method is used to perform all validation at the page level?

712


What is new asp.net core?

749


What is the current version of asp.net?

672