I am formatting a string.

If there is "0" in the string, I would like to show, 0.00 .

I am using currently the following code that shows 0.0000

string.Format("{0:#,##}",custObject.xx.ToString());

could some one give me some help.

thanks
nath