XmlValue::isString

#include <DbXml.hpp>

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

Returns true if the XmlValue is one of type STRING.

Class

XmlValue

See Also

XmlValue Methods