Microsoft
Software
Hardware
Network
Question : Convert Double to String VB.NET
Dim qty as double = 9.0
Dim strExactQty as string
strExactQty = qty
I get 9, Instead of 9.0 , for other quantities like 11.23 I get 1123.
How can I get 9.0 as 90 in strExactQty using VB.NET
Answer : Convert Double to String VB.NET
Specifically:
1: 2: 3:
Dim qty As Double = 9.0 Dim strExactQty As String strExactQty = qty.ToString("0.00")
Random Solutions
code help needed
Monitor Activesync connections
WWW. does not point to site
Problem with contacts in Exchange....
Help formulating pointcut for methods implementing annotated interface methods
Concatenating Access rich text memos into a single field
Internet Connection sharing in sbs2000 domain
Do not have SP2 CD for IIS install
a migrating domain question
need quick answer on internet speed of my system.