摘要: XmlDatasetConvert 该类提供了四种方法:1、将xml对象内容字符串转换为DataSet2、将xml文件转换为DataSet3、将DataSet转换为xml对象字符串4、将DataSet转换为xml文件XmlDatasetConvert.csusing System;using System.Collections.Generic;using System.Text;using System.Data;using System.IO;using System.Xml;namespace XmlDesign{class XmlDatasetConvert{//将xml对象内容字符串 阅读全文
posted @ 2012-02-13 15:09 tongle 阅读(219) 评论(0) 推荐(0) 编辑