IDTSManagedSerializer100.DeSerialize(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes an XML document.
public:
System::Object ^ DeSerialize(System::String ^ xml);
public object DeSerialize (string xml);
abstract member DeSerialize : string -> obj
Public Function DeSerialize (xml As String) As Object
Parameters
- xml
- String
The object to be deserialized.
Returns
The deserialized XML.