This topic has not yet been rated - Rate this topic

XmlReader.ReadElementContentAsDouble Method

Reads the current element and returns the contents as a double-precision floating-point number.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method ReadElementContentAsDouble() Reads the current element and returns the contents as a double-precision floating-point number.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.