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
Which is faster viewbag or viewdata?
Why Unload event of MasterPage Calls first in ASP.net ?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is odata in web api?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Define static constructor?
Can you change a master page dynamically at runtime? How?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is diff. Between abstract class and an interface?
How is the asp.net mvc architecture different from others? : asp.net mvc
Differentiate the session object and application object?
What is asp net objects?
Write a code for sending an email from asp.net application.
Differentiate strong typing and weak typing