05 2015 档案

摘要:public void CreateExcel(DataSet ds, string FileName) { HttpResponse resp; resp = Page.Response; resp.ContentEncoding = System.Text.Encoding.GetEncodi... 阅读全文
posted @ 2015-05-27 15:22 向往田园 阅读(192) 评论(0) 推荐(0)
摘要://传入需要转换的金额(字符串)public static string MoneyToChinese(string strAmount) { string functionReturnValue = null; bool IsNegative = false; // 是否是负数 if (strA... 阅读全文
posted @ 2015-05-13 13:53 向往田园 阅读(297) 评论(0) 推荐(0)