Cysharp / Ulid

Fast .NET C# Implementation of ULID for .NET and Unity.
MIT License
1.29k stars 58 forks source link

fix: Adjust the Parse method to throw as expected if it doesn't receive a valid input #20

Closed akrock closed 3 years ago

akrock commented 3 years ago

Fixes #19.

Changed to use the Parse overload that actually has the validation instead of directly using the new Ulid() constructor.

neuecc commented 3 years ago

thanks!