LdapTools\Security\GUID::toString PHP 메소드

toString() 공개 메소드

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