Serializes any object to XML.
Namespace: Nehta.VendorLibrary.CommonAssembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static XmlDocument SerializeToXml( this Object report ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function SerializeToXml ( _ report As Object _ ) As XmlDocument |
Visual C++ |
---|
[ExtensionAttribute] public: static XmlDocument^ SerializeToXml( Object^ report ) |
Parameters
- report
- Type: System..::..Object
The object to serialize.