XmlValue::isBinary

#include <DbXml.hpp>

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

Returns true if the XmlValue is one of type BINARY.

Class

XmlValue

See Also

XmlValue Methods