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:
Success | P6R::eOk | |
Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
P6R::eInvalidArg | pNumber is NULL. |
P6R::eTypeError | Conversion failed |