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
Access VBA query naming
Hunt-group and pilot number question
Motherboard has a bad Memory Slot
Can I turn my Linux WiFi card into a Wireless Router?
How do I print reports based on report name in a table?
upgrade filemaker files from fp5 to fp7
How to create website in Joomla. Can any one send example.
Making an enlarged image superimpose itself over its neighbors
tuples in sql server
Java - Transparent JScrollPane