XmlReader.ReadElementContentAsDateTime Method (String, String)
Silverlight
Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the contents as a DateTime object.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Parameters
- localName
- Type: System.String
The local name of the element.
- namespaceURI
- Type: System.String
The namespace URI of the element.
| Exception | Condition |
|---|---|
| InvalidOperationException | The XmlReader is not positioned on an element. |
| XmlException | The current element contains child elements. -or- The element content cannot be converted to the requested type. |
| ArgumentNullException | The method is called with null arguments. |
| ArgumentException | The specified local name and namespace URI do not match that of the current element being read. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.