Prado\Web\UI\WebControls\TCompareValidator::getDataType PHP Méthode

getDataType() public méthode

public getDataType ( ) : TValidationDataType
Résultat 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', TValidationDataType::String);
    }