G
Guest
does anyone know how to produce the following
custom string for formatting currency inc the appropriate
currency symbol for the country
i could use String.Format("{0:C}", 2000)
which will return £2000.00
but i do not want to show the decimal place i.e
£2000
thanks
custom string for formatting currency inc the appropriate
currency symbol for the country
i could use String.Format("{0:C}", 2000)
which will return £2000.00
but i do not want to show the decimal place i.e
£2000
thanks