예제 #1
0
파일: Utils.cs 프로젝트: Cathorlin/yimao
 public static string ObjectToCurrencyString(object obj)
 {
     return(string.Format("{0:N}", Utils.ObjectToDecimal(obj)));
 }