Prado\Web\UI\WebControls\TDataTypeValidator::getDataType PHP Method

getDataType() public method

public getDataType ( ) : TValidationDataType
return TValidationDataType the data type that the values being compared are converted to before the comparison is made. Defaults to TValidationDataType::String.
    public function getDataType()
    {
        return $this->getViewState('DataType', 'String');
    }