This documentation is archived and is not being maintained.
XmlDictionaryReader.ReadElementContentAsDouble Method
Visual Studio 2010
Converts an element's content to a Double.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Name | Description | |
---|---|---|
![]() |
ReadElementContentAsDouble() | Converts an element's content to a Double. (Overrides XmlReader.ReadElementContentAsDouble().) |
![]() |
ReadElementContentAsDouble(String, String) | 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 double-precision floating-point number. (Inherited from XmlReader.) |
Show: