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

Explain what is viewstate?

1047


How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?

1140


Please brief not about xsd,xslt & xml?

993


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

2149


How do I know asp.net mvc version? : Asp.Net MVC

1096


What are the advantages of asp.net mvc framework? : asp.net mvc

1069


What is the concept of postback in asp.net?

1078


How can we update records in gridview?Is there any appropriate code for it?

2232


How do you deploy your asp.net application?

1096


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

21295


What is the difference between a candidate key and primary key?

1071


What is autopostback true?

1122


How to handle errors in Web API?

1250


Where is cookie used in asp.net?

1148


How to comment out asp.net tags?

1101