Prado\I18N\TChoiceFormat::getValue PHP Method

getValue() public method

public getValue ( ) : float
return float the numerical value.
    public function getValue()
    {
        return $this->getViewState('Value', '');
    }