Click or drag to resize
XmlHelperToXml Method (Object)
将一个对象序列化为Xml信息.

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToXml(
	Object value
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:X3Platform.Util.XmlHelper.ToXml(System.Object)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.XmlHelper.ToXml(System.Object)"]

See Also