XmlHelperToXml Method (Object) |
将一个对象序列化为Xml信息.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToXml(
Object value
)
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