On 3/28/23 6:36 AM, WebFreak001 wrote:

the formatting messed up here. Try this code:

```d
auto uuid = UUID(
     (cast(const(ubyte)[]) value.attributes["objectGUID"][0])
     [0 .. 16]
);
```

Nice, I didn't think this would work actually!

-Steve

Reply via email to