Google\Cloud\BigQuery\Bytes::__toString PHP Méthode

__toString() public méthode

Format the value as a string.
public __toString ( ) : string
Résultat string
    public function __toString()
    {
        return $this->formatAsString();
    }