[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.Util.Xml.Serialization.Serializer.DeserializeText

DeserializeText Method

DeserializeText(XmlTextReader, Type)

Deserializes text of element or attribute into object of appropriate type

Declaration
public object DeserializeText(XmlTextReader reader, Type type)
Parameters
Type Name Description
XmlTextReader reader

The XmlReader containing the XML-document instance to deserialize

Type type

The type of object being deserialized

Returns
Type Description
object

The Object being deserialized