Convert the contents of the XML node to an integer value.
- Parameters:
-
| pNumber | [OUT] Integer value of the text in the node (e.g., <moneygt:55</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 |