XmlValue::isNumber

#include <DbXml.hpp>

class DbXml::XmlValue {
public:
	...
	bool isNumber() const;
	...
};

Returns true if the XmlValue is one of the numeric types, such as DOUBLE, FLOAT, etc.

Class

XmlValue

See Also

XmlValue Methods