Example #1
0
 public static string ObjectToCurrencyString(object obj)
 {
     return(string.Format("{0:N}", Utils.ObjectToDecimal(obj)));
 }