.. index:: 
  !StringArray.get Method
  
.. _id3_bioseal_string_array_get_class_method:

===============================================================================
StringArray.get Method
===============================================================================

Module: :ref:`StringArray<id3_bioseal_string_array_class>`

Definition
----------

Gets an item of the StringArray object.


.. code:: Dart

    String get(int index)

**Parameters**

.. line-block::

    ``index`` int
    :guilabel:`in` Index of the  item to get.


**Returns**

.. line-block::

    ``String``
     item to get.

**Exceptions**

.. line-block::

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



