.. index:: 
  !BiosealLibrary.getVersion Method
  
.. _id3_bioseal_bioseal_library_get_version_class_method:

===============================================================================
BiosealLibrary.getVersion Method
===============================================================================

Module: :ref:`BiosealLibrary<id3_bioseal_bioseal_library_class>`

Definition
----------

Retrieves the library version as a 'X.Y.Z' formatted string.


.. code:: Dart

    static String getVersion()

**Returns**

.. line-block::

    ``String``
    A string that identifies the library version.

**Exceptions**

.. line-block::

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



