Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXMLNode2::toDouble ( P6FLOAT pNumber)
pure virtual

Convert the contents of the XML node to an double precision floating point value.

Parameters
pNumber[ out ] P6FLOAT value of the text in the node (e.g., <moneygt:55.95</money> )
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgpNumber is NULL.
P6R::eTypeErrorConversion failed