Method Parse
Parse(string)
Parses a string and creates a new ObjectId.
public static ObjectId Parse(string s)
Parameters
sstringThe string value.
Returns
- ObjectId
A ObjectId.
Parses a string and creates a new ObjectId.
public static ObjectId Parse(string s)
s stringThe string value.
A ObjectId.