'Declaration
Public Overloads Shared Function FromXml( _ ByVal xmlIn As String, _ ByVal context As LiquidTechnologies.Runtime.SerializationContext _ ) As LiquidTechnologies.Runtime.XmlObjectBase
'Usage
Dim xmlIn As String Dim context As LiquidTechnologies.Runtime.SerializationContext Dim value As LiquidTechnologies.Runtime.XmlObjectBase value = ClassFactory.FromXml(xmlIn, context)
Parameters
- xmlIn
- The data to be loaded
- context
- The context to use when loading the data
Return Value
The wrapper object, loaded with the supplied data