Creates an object from XML.
Creates an object from XML.
| Visual Basic |
|---|
Public Function GetDataInterfaceFromXMLString( _ ByVal bstrXMLString As String _ ) As Object |
The XML with which to create the object.
The XML can be created using an object's ToXMLString method.
The XML defines the object and its data.
| Create object from XML string (C#) | ||
|---|---|---|
| ||