• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/basetype/base.php
  • Класс: BitrixBizprocBaseTypeBase
  • Вызов: Base::formatValuePrintable
static function formatValuePrintable(FieldType $fieldType, $value)
{
	return static::convertValueSingle(clone $fieldType, $value, StringType::class);
}