[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.Serializer.SetObjectXml

SetObjectXml Method

SetObjectXml(ISerializeSupport, string, string)

Deserializes an object saved with the GetObjectXml method using the specified XML string.

Declaration
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
Parameters
Type Name Description
ISerializeSupport o

Object to deserialize

string xml

XML string returned by GetObjectXml

string elementName

Name of XML element

Returns
Type Description
bool