LdapTools\AttributeConverter\ConvertWindowsGuid::fromLdap PHP Method

fromLdap() public method

public fromLdap ( $guid )
    public function fromLdap($guid)
    {
        return (new GUID($guid))->toString();
    }
ConvertWindowsGuid