Provides access to load an object from an XML string.
Members
| Name | Description | |
|---|---|---|
![]() |
LoadFromString | Loads an object from an XML string. |
IXMLSerializerAlt.LoadFromString Method
Loads an object from an XML string.
Public Function LoadFromString ( _
    ByVal XML As String, _
    ByVal TypeName As String, _
    ByVal TypeNamespaceURI As String _
) As Object
public object LoadFromString (
    string XML,
    string TypeName,
    string TypeNamespaceURI
);
Classes that implement IXMLSerializerAlt
| Classes | Description |
|---|---|
| XMLSerializerAlt | XML serializer of objects. |
