Microsoft
Software
Hardware
Network
Question : String.Format not working when using Label Text
I have the following code which I am using to display calculated averages into various labels. When I use the String.Format to control the display of decimal places it has no effect and displays numbers with several numbers to the right of the decimal point.
Example. It will display 266.167689999999 where I want it to only display 266.17
Here is the code to populate the Labels:
//***** divide Total by count to get average ********
decimal lodgingAdvAvg = lodgingAdvTotal / lodgingAdvCount;
//****** Display Results on Label Text and format to 2 decimal points ***********
lblLodgingAdv.Text = String.Format("{0:d}", lodgingAdvAvg.ToString());
Answer : String.Format not working when using Label Text
try this in between:
Math.Round(lodgingAdvAvg,2
);
Random Solutions
vbscript exit if file exists
SQL 2005 on a windows 2003 cluster , how to back up
importing to firefox
using ubuntu 10.4 to format a drive for apple OS ?
Cannot Access Drive
Documentation on SAMBA and Active Directory Integration
Converting latitude and longitude to cartesian coordinates on a conic map
Can't access Microsoft windows update website anymore?
How do I make Firefox prompt me for an application to open XML files?
infopath regular expressions