Google\Cloud\BigQuery\Bytes::__toString PHP Method

__toString() public method

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