ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / Serializer Class / DeserializeText Method
The XmlReader containing the XML-document instance to deserialize
The type of object being deserialized

In This Topic
    DeserializeText Method (Serializer)
    In This Topic
    Deserializes text of element or attribute into object of appropriate type
    Syntax
    'Declaration
     
    
    Public Function DeserializeText( _
       ByVal reader As XmlTextReader, _
       ByVal type As Type _
    ) As Object
    public object DeserializeText( 
       XmlTextReader reader,
       Type type
    )

    Parameters

    reader
    The XmlReader containing the XML-document instance to deserialize
    type
    The type of object being deserialized

    Return Value

    The Object being deserialized
    See Also