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
When i just click on the Plus sign beside the Management Folder this pops up. single user Mode..
Cannot delete all files from search
ESX 4.1 secuity best practices
sbs 2003 wont load some webpages
How do I create an Access runtime database
Need to do a selective join
Transactional replication
photo gallery
how to determine "drive in use"
Windows Batch script to create directories to backup to & housekeep directories older than 10 days