LdapTools\Security\GUID::toString PHP Method

toString() public method

Get the friend string form of the GUID.
public toString ( ) : string
return string
    public function toString()
    {
        return $this->guid;
    }