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
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is the use of web.config and machine.config files?
Is asp.net outdated?
Explain the difference between webfarm and webgardens in .net?
What is the difference between pathparam and queryparam?
Why web api is better than wcf?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is a windows service?
How to implement form based authentication in asp.net application?
How many types of sessions in asp.net?
What is the difference between a page theme and a global theme?
What is the typical session identifier?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Describe session handling in a webfarm?