If want to display any currency lilke this ---------------$22.10 instead of ----------- 22.1
Use this Code it display Dollar Symbol and 2 decimals
***************************************************************************************************************
'Create a var. named price that will be formatted as a currencyDim price as Double = 3.1Dim s as String 'create a strings = String.Format("{0:c}", price)
************************************************************************
Friday, February 24, 2006
Subscribe to:
Posts (Atom)