ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / Serializer Class / Deserialize Method / Deserialize(String,Type) Method
The XML string.
The type of the object.

In This Topic
    Deserialize(String,Type) Method
    In This Topic
    Deserializes an XML document string
    Syntax
    'Declaration
     
    
    Public Overloads Function Deserialize( _
       ByVal XMLString As String, _
       ByVal type As Type _
    ) As Object
    public object Deserialize( 
       string XMLString,
       Type type
    )

    Parameters

    XMLString
    The XML string.
    type
    The type of the object.

    Return Value

    The object from the string.
    See Also