XmlSupportGetXmlSerializerSerializedXml Method (Object) | |
Creates an Xml Serialization of the provided object.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public static string GetXmlSerializerSerializedXml(
Object objToSerialize
)
public:
static String^ GetXmlSerializerSerializedXml(
Object^ objToSerialize
)
PSI.Sox.XmlSupport.GetXmlSerializerSerializedXml = function(objToSerialize);
Parameters
- objToSerialize
- Type: SystemObject
Object to serialize into Xml.
Return Value
Type:
StringString that represents and Xml Representation of the provided Object.
See Also