How to Convert a String into Float without using any built-
in library of .NET
String = "1235.45" needs to converted to a float
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / lince
string str = "555.67";
double a;
a=Convert.ToDouble (str);
| Is This Answer Correct ? | 1 Yes | 4 No |
what if we delete web.config or machine.config? will a website work if we delete webconfig....or if we delete machine config?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How many ways are there to maintain a state in .net? What is view state?
What is asp.net with mvc? : Asp.Net MVC
Which template must you provide, in order to display data in a Repeater control?
what is the differance between native code & managed code?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
hi ans dis qstn. "what is d max size of query string. If it exceeds does it give error. if yes wt error it gvs, if no gv the reason" thnx in advance
What is Boxing and Unboxing?
7 Answers Accenture, IBM, Tech Mahindra,
Do gac'ed assemblies have fulltrust?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is difference between viewstate and session state in javascript?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)