public static string DoFormat( double myNumber ) { var s = string.Format("{0:0.00}", myNumber); return s; }