# IConverter::toArray()

URL: https://chugunov.pro/api-bitrix/fileman/block/content/iconverter/toarray/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс: [`\Bitrix\Fileman\Block\Content\IConverter`](https://chugunov.pro/api-bitrix/fileman/block/content/iconverter/)
Модуль: Fileman.
Свойства элемента: method, public, static.

## Сигнатура

```php
public static toArray(string $string) : BlockContent
```

## Описание

Разобрать строку в массив блоков содержимого

## Параметры

- `$string` `string` — обязательный. Строка.

## Возвращаемое значение

`BlockContent`

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Fileman-Block-Content-IConverter.html
