• Модуль: currency
  • Путь к файлу: ~/bitrix/modules/currency/lib/integration/iblockmoneyproperty.php
  • Класс: BitrixCurrencyIntegrationIblockMoneyProperty
  • Вызов: IblockMoneyProperty::getLength
static function getLength($property, $value)
{
	return mb_strlen(trim($value['VALUE'], "nrt"));
}