phatboyg/NewId

Add TryParse and TryWriteBytes

Closed this issue · 1 comments

Methods should be similar or identical to the ones in the base dotnet Guid type

This would require a dependency on System.Memory, which would make this depend upon another NuGet package (currently it is dependency free). You're welcome to create your own extension method in your own project.