• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/address.php
  • Класс: BitrixLocationEntityAddress
  • Вызов: Address::toString
public function toString(
	Format $format,
	string $strategyType = StringConverter::STRATEGY_TYPE_TEMPLATE,
	string $contentType = StringConverter::CONTENT_TYPE_HTML
): string
{
	return StringConverter::convertToString($this, $format, $strategyType, $contentType);
}