.. index:: 
  !Bioseal.buildVdsAsXml Method
  
.. _id3_bioseal_bioseal_build_vds_as_xml_class_method:

===============================================================================
Bioseal.buildVdsAsXml Method
===============================================================================

Module: :ref:`Bioseal<id3_bioseal_bioseal_class>`

Definition
----------

Builds a representation of the VDS, in a XML format.


.. code:: Dart

    String buildVdsAsXml(String? language)

**Parameters**

.. line-block::

    ``language`` String
    :guilabel:`in` The expected language.


**Returns**

.. line-block::

    ``String``
    The result.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



