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 work flow gen? how can it will work with .Net?
Can you dynamically assign a Master Page?
Which is the parent class of the web server control?
IN an ASP.NET Web application if there is any error, how can you debug?
What are Session states available and its Uses?
What is difference between datalist and gridview?
What is simple data binding?
How to do state management in ASP.NET?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Can I tap into other windows livetm services?
What are directives in asp.net?
How to display validation messages in one control?
What is the difference between viewstate and hidden field in asp.net?
What are the benefits of Razor View?
What is asp.net mvc? : asp.net mvc