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
how i connect to sql 2008 from sql studio management 2005
user logged in
Average energy density of coal
Is realplayer still as invasive and stuffed with spyware etc. as it used to be?
Connect Oracle dataase through VB6
C# Getter Setter Question?
redirect after popup
Getting a "Server Unavailable" error when trying to download address book. Microsoft office
Word 2010 Styles / Paragraph Issues
SQL convert time and date to just date