.. index:: 
  !Manifest.loadFromString Method
  
.. _id3_bioseal_manifest_load_from_string_class_method:

===============================================================================
Manifest.loadFromString Method
===============================================================================

Module: :ref:`Manifest<id3_bioseal_manifest_class>`

Definition
----------

Loads the manifest.


.. code:: Dart

    void loadFromString(String? manifestData)

**Parameters**

.. line-block::

    ``manifestData`` String
    :guilabel:`in` The manifest data.


**Exceptions**

.. line-block::

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



