[]
Deserializes an object saved with the GetObjectXml method using the specified XML string.
public static bool SetObjectXml(ISerializeSupport o, string xml, string elementName)
Public Shared Function SetObjectXml(o As ISerializeSupport, xml As String, elementName As String) As Boolean
Type | Name | Description |
---|---|---|
ISerializeSupport | o | Object to deserialize |
string | xml | XML string returned by GetObjectXml |
string | elementName | Name of XML element |
Type | Description |
---|---|
bool |