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

Convert the contents of the XML node to a long value.

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