.. index:: 
  !Bioseal.verifyFromString Method
  
.. _id3_bioseal_bioseal_verify_from_string_class_method:

===============================================================================
Bioseal.verifyFromString Method
===============================================================================

Module: :ref:`Bioseal<id3_bioseal_bioseal_class>`

Definition
----------

Decodes and verifies the specified string buffer.


.. code:: Dart

    VerificationResult verifyFromString(String? data)

**Parameters**

.. line-block::

    ``data`` String
    :guilabel:`in` The string buffer containing the BioSeal code.


**Returns**

.. line-block::

    :ref:`VerificationResult<id3_bioseal_verification_result_struct>`
    Receives the verification results.

**Exceptions**

.. line-block::

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



