toByteArray()

Convert the attribute value to a QByteArray (b64 encoding).

Synopsis:

#include <qpps/variant.h>
 
QByteArray toByteArray() const;

Description:

Convert the attribute value to a QByteArray (b64 encoding).

Returns:

A QByteArray containing the attribute's value.