• Модуль: controller
  • Путь к файлу: ~/bitrix/modules/controller/classes/general/counter.php
  • Класс: CAllControllerCounter
  • Вызов: CAllControllerCounter::FormatValue
static function FormatValue($value, $format)
{
	if($format === "F")
		return CFile::FormatSize($value);
	else
		return $value;
}