摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace DAL.TOOLDAL{ public class ConvertPY { public string GetPYString(string str) { string tempStr = ""; foreach (... 阅读全文
posted @ 2010-05-20 15:10 杨歪歪→YY 阅读(809) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace DAL.TOOLDAL{ public class ConvertChIAmount { public string ConvertSum(string str) { if (!IsPositveDecimal(st... 阅读全文
posted @ 2010-05-20 13:57 杨歪歪→YY 阅读(1032) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Text;using System.Globalization;using System.Security.Cryptography;using System.Windows.Forms;using System.IO;namespace DAL.TOOLDAL{ public class EncAndDec { const string KEY... 阅读全文
posted @ 2010-05-20 13:55 杨歪歪→YY 阅读(881) 评论(0) 推荐(3) 编辑