Prado\I18N\TNumberFormat::getType PHP Method

getType() public method

Get the formatting type for this control.
public getType ( ) : string
return string formatting type.
    public function getType()
    {
        return $this->getViewState('Type', 'd');
    }