The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlReader.ReadElementContentAsFloat 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 single-precision floating-point number.
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 a single-precision floating-point number. |
| 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.