'Declaration
Public Overloads Shared Function FromXml( _
ByVal As String _
) As LiquidTechnologies.Runtime.XmlObjectBase
'Usage
Dim xmlIn As String
Dim value As LiquidTechnologies.Runtime.XmlObjectBase
value = ClassFactory.FromXml(xmlIn)
public static LiquidTechnologies.Runtime.XmlObjectBase FromXml(
string
)
public:
static LiquidTechnologies.Runtime.XmlObjectBase^ FromXml(
String^
)
Parameters
- xmlIn
- The data to be loaded
Return Value
The wrapper object, loaded with the supplied data
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2