/**
  * Returns the textual representation of a number
  * @param $value the number
  * @return string representation
  */
 public function TextualizeFilter($value)
 {
     return Inflexible::textualize($value);
 }