Storm\Drivers\Platforms\SQLite\Columns\DataTypes\HexedBinaryDataType::ToPersistedValue PHP Méthode

ToPersistedValue() public méthode

public ToPersistedValue ( $PropertyValue )
    public function ToPersistedValue($PropertyValue)
    {
        return hex2bin($PropertyValue);
    }