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 is clr .
Define static member?
What is the application pool?
Define the term Scavenging in Caching?
What is the difference between sealed vs static class?
Difference between Array and ArrayList? How Array is benifitful than ArrayList?
How can you debug an ASP page, without touching the code?
1 Answers Prodigy Technologies,
What are the various types of cookies in asp.net?
Is overloading possible in web services?
Is post back in asp.net?
What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?
In which form does the dataset store data in it?
3 Answers Verinon Technology Solutions,
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)