| XDLSReader Methods | 
The XDLSReader type exposes the following members.
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Deserialize | 
 Deserializes the specified value.
 | 
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetAttributeValue | 
 Gets the attribute value.
 | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | HasAttribute | 
 Determines whether the current node has attribute with specified name.
 | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | ParseElementType | 
 Parses the type of the element.
 | 
|   | ReadBoolean | 
 Reads the boolean.
 | 
|   | ReadByte | 
 Reads the byte.
 | 
|   | ReadChildBinaryElement | 
 Reads binary value.
 | 
|   | ReadChildElement(Object) | 
 Reads the child element.
 | 
|   | ReadChildElement(Type) | 
 Reads the child element.
 | 
|   | ReadChildStringContent | 
 Reads the content of the child string.
 | 
|   | ReadColor | 
 Reads color from XML.
 | 
|   | ReadDateTime | 
 Reads datetime from XML.
 | 
|   | ReadDouble | 
 Reads the double.
 | 
|   | ReadEnum | 
 Reads the enum.
 | 
|   | ReadFloat | 
 Reads the float.
 | 
|   | ReadInt | 
 Reads the int.
 | 
|   | ReadShort | 
 Reads the short.
 | 
|   | ReadString | 
 Reads the string.
 | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
 See Also
See Also