 | UtilsXmlToDataSet Method |
XML형식을 DataSet형식으로 반환합니다.
Namespace:
Mcc.Series.Common
Assembly:
Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static DataSet XmlToDataSet(
string xmlData
)
Parameters
- xmlData
- Type: SystemString
XML데이타
Return Value
Type:
DataSetDataSet변환데이타
See Also