Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method.
Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method.
| Visual Basic |
|---|
Public Sub FromXMLString( _ ByVal bstrXML As String _ ) |
The XML from which to retrieve the object's data.