<?php
// Bitrix\Bizproc\BaseType\Base :: formatValuePrintable()
// /dist/bitrix/modules/bizproc/lib/basetype/base.php:148
protected static function formatValuePrintable(FieldType $fieldType, $value)
{
return static::convertValueSingle($fieldType, $value, StringType::class);
}