Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
0.0.1
-
None
-
None
Description
There is currently a method to turn an ObjectID into a hex string, but there is no way to create an ObjectID from a hex string. Implement a FromHex function in the objectid package that will allow a user to provide a hex string and get an ObjectID back or an error if the string is not a valid ObjectID.