JHXML.ToXml(Tmodel) Method (IList(Tmodel))

DCSoft.DBUtilityGeneric

JHXMLToXmlTmodel Method (IListTmodel)
将对象列表转换为 XML 格式的字符串,异常返回 null

Namespace: DCSoft.Utility.Data
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string ToXml<Tmodel>(
	IList<Tmodel> itemList
)
where Tmodel : class, new()

Parameters

itemList
Type: System.Collections.GenericIListTmodel
要转换的对象列表

Type Parameters

Tmodel
要转换的对象类型

Return Value

Type: String
返回转换后的字符串
See Also