Creates an object from an XML file.
Creates an object from an XML file.
| Visual Basic |
|---|
Public Function GetDataInterfaceFromXMLFile( _ ByVal bstrFileName As String _ ) As Object |
The path and name of the XML file with which to create the object.
The XML file can be created using an object's ToXMLFile method.
The XML file defines the object and its data.
| Create object from XML file (C#) | ||
|---|---|---|
| ||