摘要:
function T Validate(string str){using (MemoryStream ms = new MemoryStream()) { foreach (byte _byte in Encoding.Default.GetBytes(str)) { ms.WriteByte(_byte); } result = (T)new XmlSerializ... 阅读全文
posted @ 2013-04-19 17:59
HTL
阅读(11867)
评论(0)
推荐(2)
浙公网安备 33010602011771号