Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Which is faster viewbag or viewdata?

1015


Why Unload event of MasterPage Calls first in ASP.net ?

1083


To redirect the user to another page which method do we use without performing a round trip to the client?

977


What is odata in web api?

1126


Explain the difference between page.registerclientscriptblock and page.registerstartupscript?

1057


Define static constructor?

1063


Can you change a master page dynamically at runtime? How?

979


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

1250


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?

3128


What is diff. Between abstract class and an interface?

1126


How is the asp.net mvc architecture different from others? : asp.net mvc

1065


Differentiate the session object and application object?

977


What is asp net objects?

1122


Write a code for sending an email from asp.net application.

1093


Differentiate strong typing and weak typing

1000